class DeriveEnumTypeMacro extends DeriveMacroSupport
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- DeriveEnumTypeMacro
- DeriveMacroSupport
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class MacroDeprecateValue(value: String, deprecationReason: scala.reflect.macros.Universe.Tree, pos: scala.reflect.macros.Universe.Position) extends MacroDeriveEnumSetting with Product with Serializable
- sealed trait MacroDeriveEnumSetting extends AnyRef
- case class MacroDocumentValue(value: String, description: scala.reflect.macros.Universe.Tree, deprecationReason: scala.reflect.macros.Universe.Tree, pos: scala.reflect.macros.Universe.Position) extends MacroDeriveEnumSetting with Product with Serializable
- case class MacroEnumTypeDescription(description: scala.reflect.macros.Universe.Tree) extends MacroDeriveEnumSetting with Product with Serializable
- case class MacroEnumTypeName(name: scala.reflect.macros.Universe.Tree) extends MacroDeriveEnumSetting with Product with Serializable
- case class MacroExcludeValues(fieldNames: Set[String], pos: scala.reflect.macros.Universe.Position) extends MacroDeriveEnumSetting with Product with Serializable
- case class MacroIncludeValues(values: Set[String], pos: scala.reflect.macros.Universe.Position) extends MacroDeriveEnumSetting with Product with Serializable
- case class MacroRenameValue(value: String, graphqlName: scala.reflect.macros.Universe.Tree, pos: scala.reflect.macros.Universe.Position) extends MacroDeriveEnumSetting with Product with Serializable
- case class MacroTransformValueNames(transformer: scala.reflect.macros.Universe.Tree) extends MacroDeriveEnumSetting with Product with Serializable
- case class MacroUppercaseValues(pos: scala.reflect.macros.Universe.Position) extends MacroDeriveEnumSetting with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val c: Context
- Definition Classes
- DeriveEnumTypeMacro → DeriveMacroSupport
- def checkSetting[T](setting: scala.reflect.macros.Universe.Tree)(implicit arg0: scala.reflect.macros.Universe.WeakTypeTag[T]): Boolean
- Definition Classes
- DeriveMacroSupport
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def defaultMethodArgValue(method: String, pos: Int): (Definitions with SymbolTable with StdNames)#TermName
- Attributes
- protected
- Definition Classes
- DeriveMacroSupport
- def deriveEnumType[T](config: scala.reflect.macros.Universe.Tree*)(implicit arg0: scala.reflect.macros.Universe.WeakTypeTag[T]): scala.reflect.macros.Universe.Tree
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def memberExcluded(annotations: List[scala.reflect.macros.Universe.Annotation]): Boolean
- Attributes
- protected
- Definition Classes
- DeriveMacroSupport
- def memberField(annotations: List[scala.reflect.macros.Universe.Annotation]): Boolean
- Attributes
- protected
- Definition Classes
- DeriveMacroSupport
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def reportErrors(errors: Seq[(scala.reflect.macros.Universe.Position, String)]): Nothing
- Definition Classes
- DeriveMacroSupport
- def symbolDefault(annotations: List[scala.reflect.macros.Universe.Annotation]): Option[scala.reflect.macros.Universe.Tree]
- Attributes
- protected
- Definition Classes
- DeriveMacroSupport
- def symbolDeprecation(annotations: List[scala.reflect.macros.Universe.Annotation]): Option[scala.reflect.macros.Universe.Tree]
- Attributes
- protected
- Definition Classes
- DeriveMacroSupport
- def symbolDescription(annotations: List[scala.reflect.macros.Universe.Annotation]): Option[scala.reflect.macros.Universe.Tree]
- Attributes
- protected
- Definition Classes
- DeriveMacroSupport
- def symbolFieldTags(annotations: List[scala.reflect.macros.Universe.Annotation]): scala.reflect.macros.Universe.Tree
- Attributes
- protected
- Definition Classes
- DeriveMacroSupport
- def symbolInputType(annotations: List[scala.reflect.macros.Universe.Annotation]): Option[scala.reflect.macros.Universe.Tree]
- Attributes
- protected
- Definition Classes
- DeriveMacroSupport
- def symbolName(annotations: List[scala.reflect.macros.Universe.Annotation]): Option[scala.reflect.macros.Universe.Tree]
- Attributes
- protected
- Definition Classes
- DeriveMacroSupport
- def symbolOutputType(annotations: List[scala.reflect.macros.Universe.Annotation]): Option[scala.reflect.macros.Universe.Tree]
- Attributes
- protected
- Definition Classes
- DeriveMacroSupport
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val universe: scala.reflect.macros.blackbox.Context.universe.type
- Definition Classes
- DeriveMacroSupport
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()