TapirServerEndpointStub

class TapirServerEndpointStub[A, U, I, E, O](sep: Full[A, U, I, E, O, R, F])
class Object
trait Matchable
class Any

Value members

Concrete methods

def thenRespond(response: O, runSecurityLogic: Boolean): TapirStubInterpreter[F, R, OPTIONS]
def thenRespondError(errorResponse: E, runSecurityLogic: Boolean): TapirStubInterpreter[F, R, OPTIONS]
def thenRunLogic(): TapirStubInterpreter[F, R, OPTIONS]
def thenThrowException(ex: Throwable, runSecurityLogic: Boolean): TapirStubInterpreter[F, R, OPTIONS]