object AnnotationHelper
Provides functionality for obtaining reflective information about classes constructor and objects.
- Alphabetic
- By Inheritance
- AnnotationHelper
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
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
- def classAnnotations[T](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): Map[AnnotationName, Map[AnnotationField, String]]
Returns a
Mapfrom annotation names to annotation data for the specified type.Returns a
Mapfrom annotation names to annotation data for the specified type.- T
The type to get class annotations for.
- returns
The class annotations for
T.
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def constructorAnnotations[T](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): Map[PropertyName, Map[AnnotationName, Map[AnnotationField, String]]]
Returns a
Mapfrom method names to aMapfrom annotation names to annotation data for the specified type.Returns a
Mapfrom method names to aMapfrom annotation names to annotation data for the specified type.- T
The type to get constructor annotations for.
- returns
The constructor annotations for
T.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def methodAnnotations[T](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): Map[MethodName, Map[AnnotationName, Map[AnnotationField, String]]]
Returns a
Mapfrom method names to aMapfrom annotation names to annotation data for the specified type.Returns a
Mapfrom method names to aMapfrom annotation names to annotation data for the specified type.- T
The type to get method annotations for.
- returns
The method annotations for
T.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])