trait PlayInstances extends AnyRef
- Source
- PlayInstances.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PlayInstances
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- implicit class MessageSyntax[F[_]] extends AnyRef
Value Members
- implicit def jsonDecoder[F[_]](implicit arg0: Sync[F]): EntityDecoder[F, JsValue]
- implicit def jsonEncoder[F[_]]: EntityEncoder[F, JsValue]
-
def
jsonEncoderOf[F[_], A](implicit arg0: EntityEncoder[F, String], arg1: Writes[A]): EntityEncoder[F, A]
- Annotations
- @nowarn( value = "cat=unused" )
- def jsonOf[F[_], A](implicit arg0: Sync[F], decoder: Reads[A]): EntityDecoder[F, A]
- implicit val readsUri: Reads[Uri]
- implicit val writesUri: Writes[Uri]