CirceEntityDecoder

Derive EntityDecoder if implicit io.circe.Decoder is in the scope without need to explicitly call jsonOf.

Companion:
object
class Object
trait Matchable
class Any
object CirceEntityCodec.type
object CirceEntityDecoder.type

Implicits

Implicits

implicit def circeEntityDecoder[F[_] : Concurrent, A : Decoder]: EntityDecoder[F, A]