Class

upickle.implicits.internal.Macros

Reading

Related Doc: package Macros

Permalink

abstract class Reading[M[_]] extends DeriveDefaults[M]

Linear Supertypes
DeriveDefaults[M], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Reading
  2. DeriveDefaults
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Reading()

    Permalink

Abstract Value Members

  1. abstract val c: Context

    Permalink
    Definition Classes
    ReadingDeriveDefaults
  2. abstract def typeclass: scala.reflect.macros.blackbox.Context.WeakTypeTag[M[_]]

    Permalink
    Definition Classes
    DeriveDefaults

Concrete 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. def annotate(tpe: scala.reflect.macros.blackbox.Context.Type)(derived: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Tree

    Permalink

    If there is a sealed base class, annotate the derived tree in the JSON representation with a class label.

    If there is a sealed base class, annotate the derived tree in the JSON representation with a class label.

    Definition Classes
    DeriveDefaults
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def companionTree(tpe: scala.reflect.macros.blackbox.Context.Type): Either[String, scala.reflect.macros.Universe.Tree]

    Permalink
    Definition Classes
    DeriveDefaults
  8. def customKey(sym: scala.reflect.macros.blackbox.Context.Symbol): Option[String]

    Permalink
    Definition Classes
    DeriveDefaults
  9. def derive(tpe: scala.reflect.macros.blackbox.Context.Type): scala.reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    DeriveDefaults
  10. def deriveClass(tpe: scala.reflect.macros.blackbox.Context.Type): scala.reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    DeriveDefaults
  11. def deriveDefaults(companion: scala.reflect.macros.blackbox.Context.Tree, hasDefaults: Seq[Boolean]): Seq[scala.reflect.macros.blackbox.Context.Tree]

    Permalink
    Definition Classes
    DeriveDefaults
  12. def deriveObject(tpe: scala.reflect.macros.blackbox.Context.Type): scala.reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    DeriveDefaults
  13. def deriveTrait(tpe: scala.reflect.macros.blackbox.Context.Type): scala.reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    DeriveDefaults
  14. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def fail(tpe: scala.reflect.macros.blackbox.Context.Type, s: String): Nothing

    Permalink
    Definition Classes
    DeriveDefaults
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def fleshedOutSubtypes(tpe: scala.reflect.macros.Universe.Type): Set[scala.reflect.macros.Universe.Type]

    Permalink

    If a super-type is generic, find all the subtypes, but at the same time fill in all the generic type parameters that are based on the super-type's concrete type

    If a super-type is generic, find all the subtypes, but at the same time fill in all the generic type parameters that are based on the super-type's concrete type

    Definition Classes
    DeriveDefaults
  19. def getArgSyms(tpe: scala.reflect.macros.blackbox.Context.Type): Either[String, (scala.reflect.macros.Universe.Tree, List[scala.reflect.macros.Universe.Symbol], List[scala.reflect.macros.Universe.Symbol], List[Boolean])]

    Permalink
    Definition Classes
    DeriveDefaults
  20. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  23. def mergeTrait(subtrees: Seq[scala.reflect.macros.Universe.Tree], subtypes: Seq[scala.reflect.macros.Universe.Type], targetType: scala.reflect.macros.blackbox.Context.Type): scala.reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    ReadingDeriveDefaults
  24. final def ne(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  29. def typeclassFor(t: scala.reflect.macros.Universe.Type): scala.reflect.macros.Universe.Type

    Permalink
    Definition Classes
    DeriveDefaults
  30. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def wrapCaseN(companion: scala.reflect.macros.blackbox.Context.Tree, rawArgs: Seq[String], mappedArgs: Seq[String], argTypes: Seq[scala.reflect.macros.Universe.Type], hasDefaults: Seq[Boolean], targetType: scala.reflect.macros.blackbox.Context.Type, varargs: Boolean): scala.reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    ReadingDeriveDefaults
  34. def wrapObject(t: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    ReadingDeriveDefaults

Inherited from DeriveDefaults[M]

Inherited from AnyRef

Inherited from Any

Ungrouped