SingleEncoded

oxygen.http.core.partial.PartialPathCodec.Plain.SingleEncoded
final case class SingleEncoded[A](schema: PlainTextSchema[A]) extends Plain[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Plain[A]
trait PartialPathCodec[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

Attributes

Definition Classes
override def encode(value: A): Growable[String]

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields