Packages

o

org.zalando.grafter.macros

ReaderMacros

object ReaderMacros

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def annotationInputs(c: Context)(name: String)(annottees: Seq[scala.reflect.macros.whitebox.Context.Expr[Any]]): (scala.reflect.macros.Universe.Tree, Option[scala.reflect.macros.Universe.Tree])

    get the annotated class and, if available, companion object

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def fieldsNamesAndTypes(c: Context)(fields: List[scala.reflect.macros.Universe.Tree]): List[(scala.reflect.macros.Universe.TermName, scala.reflect.macros.Universe.Tree)]
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def implicitFieldsNamesAndTypes(c: Context)(fields: List[scala.reflect.macros.Universe.Tree]): List[(scala.reflect.macros.Universe.TermName, scala.reflect.macros.Universe.Tree)]
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. def outputs(c: Context)(classTree: scala.reflect.macros.Universe.Tree, className: scala.reflect.macros.Universe.TypeName, companionTree: Option[scala.reflect.macros.Universe.Tree])(expression: scala.reflect.macros.Universe.Tree): scala.reflect.macros.whitebox.Context.Expr[Any]

    Inject an expression in the companion object of a class.

    Inject an expression in the companion object of a class.

    Create one if necessary

  19. def removeDuplicatedTypes(c: Context)(params: List[(scala.reflect.macros.Universe.TermName, scala.reflect.macros.Universe.Tree)]): List[(scala.reflect.macros.Universe.TermName, scala.reflect.macros.Universe.Tree)]

    return field names and types so that only one field per given type is present For example if the fields are (server: ThreadPool, database: ThreadPool, port: Int) only (server: ThreadPool, port: Int) is returned

  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. def typeParameter(name: String)(c: Context): scala.reflect.macros.Universe.TypeName

    extract the type parameter of an annotation

  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped