Packages

trait PlayEntityEncoder extends AnyRef

Derive EntityEncoder if implicit play.api.libs.json.Writes is in the scope without need to explicitly call jsonEncoderOf.

Source
PlayEntityEncoder.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PlayEntityEncoder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. implicit def playEntityEncoder[F[_], A](implicit arg0: Writes[A]): EntityEncoder[F, A]