Class

upickle.implicits.internal.Macros

Writing

Related Doc: package Macros

Permalink

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

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

Instance Constructors

  1. new Writing()

    Permalink

Abstract Value Members

  1. abstract val c: Context

    Permalink
    Definition Classes
    WritingDeriveDefaults
  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
    @HotSpotIntrinsicCandidate() @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 findUnapply(tpe: scala.reflect.macros.Universe.Type): scala.reflect.macros.Universe.TermName

    Permalink
  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
    Annotations
    @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  22. def internal: scala.reflect.macros.Universe.Select

    Permalink
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def mergeTrait(subtree: 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
    WritingDeriveDefaults
  25. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit

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

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

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

    Permalink
    Definition Classes
    DeriveDefaults
  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. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. 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
    WritingDeriveDefaults
  35. def wrapObject(obj: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.Universe.Tree

    Permalink
    Definition Classes
    WritingDeriveDefaults

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from DeriveDefaults[M]

Inherited from AnyRef

Inherited from Any

Ungrouped