BodyCodec

harness.endpoint.spec.BodyCodec$
See theBodyCodec companion trait
object BodyCodec

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
BodyCodec.type

Members list

Type members

Classlikes

final case class Encoded[O](schema: Schema[O]) extends BodyCodec[Encoded[O]]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait BodyCodec[Encoded[O]]
class Object
trait Matchable
class Any
Show all
case object None extends BodyCodec[None]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait BodyCodec[None]
class Object
trait Matchable
class Any
Show all
Self type
None.type
case object Stream extends BodyCodec[Stream]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait BodyCodec[Stream]
class Object
trait Matchable
class Any
Show all
Self type
Stream.type

Inherited 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