InputValue

sttp.tapir.server.interpreter.InputValue
object InputValue

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
InputValue.type

Members list

Value members

Concrete methods

def apply(input: EndpointInput[_], values: Values): InputValueResult

Returns the value of the input, tupled and mapped as described by the data structure. Values of basic inputs are taken as consecutive values from values.basicInputsValues. Hence, these should match (in order).

Returns the value of the input, tupled and mapped as described by the data structure. Values of basic inputs are taken as consecutive values from values.basicInputsValues. Hence, these should match (in order).

Attributes