class DeriveInputObjectTypeMacro extends DeriveMacroSupport
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DeriveInputObjectTypeMacro
- DeriveMacroSupport
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DeriveInputObjectTypeMacro(context: Context)
Type Members
- sealed trait Arg extends AnyRef
- case class MacroDescription(description: scala.reflect.macros.Universe.Tree) extends MacroSetting with Product with Serializable
- case class MacroDocumentField(fieldName: String, description: scala.reflect.macros.Universe.Tree, pos: scala.reflect.macros.Universe.Position) extends MacroSetting with Product with Serializable
- case class MacroExcludeFields(fieldNames: Set[String], pos: scala.reflect.macros.Universe.Position) extends MacroSetting with Product with Serializable
- case class MacroIncludeFields(fieldNames: Set[String], pos: scala.reflect.macros.Universe.Position) extends MacroSetting with Product with Serializable
- case class MacroName(name: scala.reflect.macros.Universe.Tree) extends MacroSetting with Product with Serializable
- case class MacroRenameField(fieldName: String, graphqlName: scala.reflect.macros.Universe.Tree, pos: scala.reflect.macros.Universe.Position) extends MacroSetting with Product with Serializable
- case class MacroReplaceField(fieldName: String, field: scala.reflect.macros.Universe.Tree, pos: scala.reflect.macros.Universe.Position) extends MacroSetting with Product with Serializable
- sealed trait MacroSetting extends AnyRef
- case class MacroTransformFieldNames(transformer: scala.reflect.macros.Universe.Tree) extends MacroSetting with Product with Serializable
- case class NormalArg(name: String, tpe: scala.reflect.macros.Universe.Type, tree: scala.reflect.macros.Universe.Tree) extends Arg 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
- DeriveInputObjectTypeMacro → 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( ... ) @native()
-
def
defaultMethodArgValue(method: String, pos: Int): (Definitions with SymbolTable with StdNames)#TermName
- Attributes
- protected
- Definition Classes
- DeriveMacroSupport
- def deriveInputObjectType[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: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- 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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- object ContextArg extends Arg with Product with Serializable