Class

io.circe.generic

DerivationMacros

Related Doc: package generic

Permalink

class DerivationMacros extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DerivationMacros
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DerivationMacros(c: scala.reflect.macros.whitebox.Context)

    Permalink

Type Members

  1. case class Member(label: String, keyType: scala.reflect.macros.Universe.Type, valueType: scala.reflect.macros.Universe.Type, acc: scala.reflect.macros.Universe.Type) extends Product with Serializable

    Permalink

    Represents an element at the head of a shapeless.HList or shapeless.Coproduct.

  2. class Members extends AnyRef

    Permalink

    Represents an shapeless.HList or shapeless.Coproduct type in a way that's more convenient to work with.

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Members

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val c: scala.reflect.macros.whitebox.Context

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def decodeCoproduct[R <: Coproduct](implicit R: scala.reflect.macros.whitebox.Context.WeakTypeTag[R]): scala.reflect.macros.whitebox.Context.Expr[DerivedDecoder[R]]

    Permalink
  9. def decodeHList[R <: HList](implicit R: scala.reflect.macros.whitebox.Context.WeakTypeTag[R]): scala.reflect.macros.whitebox.Context.Expr[DerivedDecoder[R]]

    Permalink
  10. def encodeCoproduct[R <: Coproduct](implicit R: scala.reflect.macros.whitebox.Context.WeakTypeTag[R]): scala.reflect.macros.whitebox.Context.Expr[DerivedObjectEncoder[R]]

    Permalink
  11. def encodeHList[R <: HList](implicit R: scala.reflect.macros.whitebox.Context.WeakTypeTag[R]): scala.reflect.macros.whitebox.Context.Expr[DerivedObjectEncoder[R]]

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def fail(tpe: scala.reflect.macros.Universe.Type): Nothing

    Permalink

    Crash the attempted derivation because of a failure related to the specified type.

    Crash the attempted derivation because of a failure related to the specified type.

    Note that these failures are not generally visible to users.

  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. def resolveInstance(tpe: scala.reflect.macros.Universe.Type, tcs: (scala.reflect.macros.Universe.Type, Boolean)*): scala.reflect.macros.Universe.Tree

    Permalink
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped