Json

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

Attributes

Companion
object
Graph
Supertypes
trait PartialPathCodec[A]
class Object
trait Matchable
class Any
Known subtypes
class RestEncoded[A]
class SingleEncoded[A]

Members list

Value members

Inherited and Abstract methods

def decode(paths: List[String]): Option[(A, List[String])]

Attributes

Inherited from:
PartialPathCodec
def encode(value: A): Growable[String]

Attributes

Inherited from:
PartialPathCodec

Inherited and Abstract fields

Attributes

Inherited from:
PartialPathCodec