PartialBodyCodec

oxygen.http.core.partial.PartialBodyCodec
See thePartialBodyCodec 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

case object Empty extends PartialBodyCodec[Unit]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait PartialBodyCodec[Unit]
class Object
trait Matchable
class Any
Show all
Self type
Empty.type
final case class Json[A](schema: JsonSchema[A]) extends Single[A]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Single[A]
trait PartialBodyCodec[A]
class Object
trait Matchable
class Any
Show all
object Json

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Json.type
final case class Plain[A](schema: PlainTextSchema[A]) extends Single[A]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Single[A]
trait PartialBodyCodec[A]
class Object
trait Matchable
class Any
Show all
object Plain

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Plain.type
sealed trait Single[A] extends PartialBodyCodec[A]

Attributes

Supertypes
trait PartialBodyCodec[A]
class Object
trait Matchable
class Any
Known subtypes
class Json[A]
class Plain[A]

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

Givens

given empty: PartialBodyCodec[Unit]

Inherited givens

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

Attributes

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

Attributes

Inherited from:
LowPriority1