CirceEntityDecoder

org.http4s.circe.CirceEntityDecoder
See theCirceEntityDecoder companion object

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

Attributes

Companion
object
Source
CirceEntityDecoder.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Implicits

Implicits

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

Attributes

Source
CirceEntityDecoder.scala