CirceEntityEncoder

Derive EntityEncoder if implicit io.circe.Encoder is in the scope without need to explicitly call jsonEncoderOf.

Derive EntityEncoder if implicit io.circe.Encoder is in the scope without need to explicitly call jsonEncoderOf.

Companion
object
class Object
trait Matchable
class Any

Implicits

Implicits

implicit def circeEntityEncoder[F[_], A](`evidence$1`: Encoder[A]): EntityEncoder[F, A]