final case class HttpContentCodec[A](choices: ListMap[MediaType, BinaryCodecWithSchema[A]]) extends Product with Serializable
- Self Type
- HttpContentCodec[A]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HttpContentCodec
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new HttpContentCodec(choices: ListMap[MediaType, BinaryCodecWithSchema[A]])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def ++(that: HttpContentCodec[A]): HttpContentCodec[A]
A right biased merge of two HttpContentCodecs.
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val choices: ListMap[MediaType, BinaryCodecWithSchema[A]]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def decodeRequest(request: Request): Task[A]
- def decodeResponse(response: Response): Task[A]
- val defaultBinaryCodecWithSchema: BinaryCodecWithSchema[A]
- val defaultCodec: BinaryCodec[A]
- val defaultSchema: Schema[A]
- def encode(value: A): Either[String, Body]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lookup(mediaType: MediaType): Option[BinaryCodecWithSchema[A]]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def only(mediaType: Option[MediaType]): HttpContentCodec[A]
- def only(mediaType: MediaType): HttpContentCodec[A]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])