PartialPathCodec

oxygen.http.core.partial.PartialPathCodec
See thePartialPathCodec companion trait

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
trait LowPriority1
trait LowPriority2
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Classlikes

object Json extends JsonLowPriority1

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type
Json.type
sealed trait Json[A] extends PartialPathCodec[A]

Attributes

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

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type
Plain.type
sealed trait Plain[A] extends PartialPathCodec[A]

Attributes

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

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Givens

Inherited givens

given fromJson[A](using codec: Json[A]): PartialPathCodec[A]

Attributes

Inherited from:
LowPriority2
given fromPlain[A](using codec: Plain[A]): PartialPathCodec[A]

Attributes

Inherited from:
LowPriority1