DerivedCirceDecoder

monix.newtypes.integrations.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.

Attributes

Source
DerivedCirceCodec.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

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

Attributes

Source
DerivedCirceCodec.scala

Implicits

Implicits

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

Attributes

Source
DerivedCirceCodec.scala