io.circe.generic.decoding

DerivedDecoder

object DerivedDecoder extends IncompleteDerivedDecoders with LowPriorityDerivedDecoders with Serializable

Linear Supertypes
Serializable, Serializable, LowPriorityDerivedDecoders, IncompleteDerivedDecoders, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DerivedDecoder
  2. Serializable
  3. Serializable
  4. LowPriorityDerivedDecoders
  5. IncompleteDerivedDecoders
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. implicit final def decodeAdt[A, R <: Coproduct](implicit gen: Aux[A, R], decode: Lazy[DerivedDecoder[R]]): DerivedDecoder[A]

    Definition Classes
    LowPriorityDerivedDecoders
  9. implicit final val decodeCNil: DerivedDecoder[CNil]

  10. implicit final def decodeCaseClass[A, R <: HList](implicit gen: Aux[A, R], decode: Lazy[DerivedDecoder[R]]): DerivedDecoder[A]

    Definition Classes
    LowPriorityDerivedDecoders
  11. implicit final def decodeCaseClassPatch[A, R <: HList, O <: HList](implicit gen: Aux[A, R], patch: Aux[R, O], decode: DerivedDecoder[O]): DerivedDecoder[(A) ⇒ A]

    Definition Classes
    IncompleteDerivedDecoders
  12. implicit final def decodeCoproduct[K <: Symbol, H, T <: Coproduct](implicit key: Aux[K], decodeHead: Lazy[Decoder[H]], decodeTail: Lazy[DerivedDecoder[T]]): DerivedDecoder[:+:[FieldType[K, H], T]]

  13. implicit final def decodeCoproductDerived[K <: Symbol, H, T <: Coproduct](implicit key: Aux[K], decodeHead: Lazy[DerivedDecoder[H]], decodeTail: Lazy[DerivedDecoder[T]]): DerivedDecoder[:+:[FieldType[K, H], T]]

    Definition Classes
    LowPriorityDerivedDecoders
  14. implicit final val decodeHNil: DerivedDecoder[HNil]

  15. implicit final def decodeIncompleteCaseClass[F, P <: HList, A, T <: HList, R <: HList](implicit ffp: shapeless.ops.function.FnFromProduct.Aux[(P) ⇒ A, F], gen: Aux[A, T], complement: Aux[T, P, R], decode: DerivedDecoder[R]): DerivedDecoder[F]

    Definition Classes
    IncompleteDerivedDecoders
  16. implicit final def decodeLabelledHList[K <: Symbol, H, T <: HList](implicit key: Aux[K], decodeHead: Lazy[Decoder[H]], decodeTail: Lazy[DerivedDecoder[T]]): DerivedDecoder[::[FieldType[K, H], T]]

  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  19. object exports

  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def fromDecoder[A](decode: Decoder[A]): DerivedDecoder[A]

  22. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from LowPriorityDerivedDecoders

Inherited from IncompleteDerivedDecoders

Inherited from AnyRef

Inherited from Any

Ungrouped