Package

org.http4s

play

Permalink

package play

Linear Supertypes
PlayInstances, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. play
  2. PlayInstances
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class MessageSyntax[F[_]] extends AnyRef

    Permalink
    Definition Classes
    PlayInstances
  2. trait PlayEntityDecoder extends AnyRef

    Permalink

    Derive EntityDecoder if implicit Reads is in the scope without need to explicitly call jsonOf

  3. trait PlayEntityEncoder extends AnyRef

    Permalink

    Derive EntityEncoder if implicit Writes is in the scope without need to explicitly call jsonEncoderOf

  4. trait PlayInstances extends AnyRef

    Permalink

Value Members

  1. object PlayEntityCodec extends PlayEntityDecoder with PlayEntityEncoder

    Permalink
  2. object PlayEntityDecoder extends PlayEntityDecoder

    Permalink
  3. object PlayEntityEncoder extends PlayEntityEncoder

    Permalink
  4. implicit def jsonDecoder[F[_]](implicit arg0: Sync[F]): EntityDecoder[F, JsValue]

    Permalink
    Definition Classes
    PlayInstances
  5. implicit def jsonEncoder[F[_]](implicit arg0: Applicative[F]): EntityEncoder[F, JsValue]

    Permalink
    Definition Classes
    PlayInstances
  6. def jsonEncoderOf[F[_], A](implicit arg0: EntityEncoder[F, String], arg1: Applicative[F], arg2: Writes[A]): EntityEncoder[F, A]

    Permalink
    Definition Classes
    PlayInstances
  7. def jsonOf[F[_], A](implicit arg0: Sync[F], decoder: Reads[A]): EntityDecoder[F, A]

    Permalink
    Definition Classes
    PlayInstances
  8. implicit val readsUri: Reads[Uri]

    Permalink
    Definition Classes
    PlayInstances
  9. implicit val writesUri: Writes[Uri]

    Permalink
    Definition Classes
    PlayInstances

Inherited from PlayInstances

Inherited from AnyRef

Inherited from Any

Ungrouped