Values

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

Attributes

basicInputsValues

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

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

Members list

Concise view

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

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