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.

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

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.

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product