Plain

oxygen.http.core.ParamCodec.Plain
See thePlain companion object
trait Plain[A] extends ParamCodec[A]

Attributes

Companion
object
Graph
Supertypes
trait ParamCodec[A]
class Object
trait Matchable
class Any
Known subtypes
class Many[A]
class ManyNonEmpty[A]
class Optional[A]
class Required[A]

Members list

Value members

Inherited and Abstract methods

def decode(params: List[String]): Either[Cause, A]

Attributes

Inherited from:
ParamCodec
def encode(value: A): List[String]

Attributes

Inherited from:
ParamCodec