HttpContentCodec

zio.http.codec.HttpContentCodec
See theHttpContentCodec companion trait

Attributes

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

Members list

Type members

Classlikes

final case class Choices[A](choices: ListMap[MediaType, BinaryCodecWithSchema[A]]) extends HttpContentCodec[A]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait HttpContentCodec[A]
class Object
trait Matchable
class Any
Show all
final case class Filtered[A](codec: HttpContentCodec[A], mediaType: MediaType) extends HttpContentCodec[A]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait HttpContentCodec[A]
class Object
trait Matchable
class Any
Show all
Self type
object json

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
json.type
object protobuf

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
protobuf.type
object text

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
text.type

Inherited and Abstract types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

Implicits

Implicits

implicit def fromSchema[A](implicit schema: Schema[A]): HttpContentCodec[A]