DerivedCirceDecoder

Derives a io.circe.Decoder type-class instance for decoding a JSON value to any type with a HasBuilder instance.

See https://circe.github.io/circe/codecs/custom-codecs.html.

class Object
trait Matchable
class Any

Value members

Concrete methods

protected def jsonDecode[T, S](c: HCursor)(implicit builder: Aux[T, S], dec: Decoder[S]): Result[T]

Implicits

Implicits

implicit def jsonDecoder[T, S](implicit builder: Aux[T, S], dec: Decoder[S]): Decoder[T]