Json

oxygen.http.core.partial.PartialParamCodec.Json
See theJson companion object
trait Json[A] extends PartialParamCodec[A]

Attributes

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

Members list

Value members

Inherited and Abstract methods

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

Attributes

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

Attributes

Inherited from:
PartialParamCodec

Inherited and Abstract fields

Attributes

Inherited from:
PartialParamCodec