Class TAccessibleObject

  • All Implemented Interfaces:
    java.lang.reflect.AnnotatedElement

    public class TAccessibleObject
    extends java.lang.Object
    implements java.lang.reflect.AnnotatedElement
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T extends java.lang.annotation.Annotation>
      T
      getAnnotation​(java.lang.Class<T> annotationClass)  
      java.lang.annotation.Annotation[] getAnnotations()  
      <T extends java.lang.annotation.Annotation>
      T[]
      getAnnotationsByType​(java.lang.Class<T> annotationClass)  
      <T extends java.lang.annotation.Annotation>
      T
      getDeclaredAnnotation​(java.lang.Class<T> annotationClass)  
      java.lang.annotation.Annotation[] getDeclaredAnnotations()  
      <T extends java.lang.annotation.Annotation>
      T[]
      getDeclaredAnnotationsByType​(java.lang.Class<T> annotationClass)  
      boolean isAnnotationPresent​(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TAccessibleObject

        public TAccessibleObject()
    • Method Detail

      • getAnnotation

        public <T extends java.lang.annotation.Annotation> T getAnnotation​(java.lang.Class<T> annotationClass)
        Specified by:
        getAnnotation in interface java.lang.reflect.AnnotatedElement
      • getAnnotations

        public java.lang.annotation.Annotation[] getAnnotations()
        Specified by:
        getAnnotations in interface java.lang.reflect.AnnotatedElement
      • getDeclaredAnnotations

        public java.lang.annotation.Annotation[] getDeclaredAnnotations()
        Specified by:
        getDeclaredAnnotations in interface java.lang.reflect.AnnotatedElement
      • isAnnotationPresent

        public boolean isAnnotationPresent​(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)
        Specified by:
        isAnnotationPresent in interface java.lang.reflect.AnnotatedElement
      • getAnnotationsByType

        public <T extends java.lang.annotation.Annotation> T[] getAnnotationsByType​(java.lang.Class<T> annotationClass)
        Specified by:
        getAnnotationsByType in interface java.lang.reflect.AnnotatedElement
      • getDeclaredAnnotation

        public <T extends java.lang.annotation.Annotation> T getDeclaredAnnotation​(java.lang.Class<T> annotationClass)
        Specified by:
        getDeclaredAnnotation in interface java.lang.reflect.AnnotatedElement
      • getDeclaredAnnotationsByType

        public <T extends java.lang.annotation.Annotation> T[] getDeclaredAnnotationsByType​(java.lang.Class<T> annotationClass)
        Specified by:
        getDeclaredAnnotationsByType in interface java.lang.reflect.AnnotatedElement