FilterServerEndpoints

sttp.tapir.server.interpreter.FilterServerEndpoints
See theFilterServerEndpoints companion object
class FilterServerEndpoints[R, F[_]](rootLayer: PathLayer[R, F]) extends ServerRequest => List[ServerEndpoint[R, F]]

Attributes

Companion
object
Graph
Supertypes
trait ServerRequest => List[ServerEndpoint[R, F]]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply(request: ServerRequest): List[ServerEndpoint[R, F]]

Given a request, returns the list of server endpoints which might potentially decode successfully, taking into account the path of the request.

Given a request, returns the list of server endpoints which might potentially decode successfully, taking into account the path of the request.

Attributes

Inherited methods

def andThen[A](g: List[ServerEndpoint[R, F]] => A): T1 => A

Attributes

Inherited from:
Function1
def compose[A](g: A => ServerRequest): A => R

Attributes

Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1