Packages

o

org.http4s.play

PlayEntityCodec

object PlayEntityCodec extends PlayEntityDecoder with PlayEntityEncoder

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PlayEntityCodec
  2. PlayEntityEncoder
  3. PlayEntityDecoder
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. implicit def playEntityDecoder[F[_], A](implicit arg0: Sync[F], arg1: Reads[A]): EntityDecoder[F, A]
    Definition Classes
    PlayEntityDecoder
  2. implicit def playEntityEncoder[F[_], A](implicit arg0: Writes[A]): EntityEncoder[F, A]
    Definition Classes
    PlayEntityEncoder