Values

case
class Values(basicInputsValues: Vector[Any], bodyInputWithIndex: Option[(Either[Body[_, _], StreamBodyWrapper[_, _]], Int)]) extends DecodeBasicInputsResult
Value Params
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(input: Body[_, _], 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