Plain

oxygen.http.core.partial.PartialPathCodec.Plain
See thePlain companion object
sealed trait Plain[A] extends PartialPathCodec[A]

Attributes

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

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