Values

sttp.tapir.server.interpreter.DecodeBasicInputsResult.Values
case class Values(basicInputsValues: Vector[Any], bodyInputWithIndex: Option[(Either[OneOfBody[_, _], StreamBodyWrapper[_, _]], Int)]) extends DecodeBasicInputsResult

Value parameters

basicInputsValues

Values of basic inputs, in order as they are defined in the endpoint.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def addBodyInput[O](input: Body[_, O], bodyIndex: Int): Values
def addOneOfBodyInput(input: OneOfBody[_, _], bodyIndex: Int): Values
def addStreamingBodyInput(input: StreamBodyWrapper[_, _], bodyIndex: Int): Values
def setBasicInputValue(v: Any, i: Int): Values
def setBodyInputValue(v: Any): Values

Sets the value of the body input, once it is known, if a body input is defined.

Sets the value of the body input, once it is known, if a body input is defined.

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product