RestEncoded

oxygen.http.core.partial.PartialPathCodec.Json.RestEncoded
final case class RestEncoded[A](schema: JsonSchema[A]) extends Json[List[A]]

Attributes

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

Members list

Value members

Concrete methods

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

Attributes

Definition Classes
override def encode(value: List[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