Class TAccessibleObject
java.lang.Object
de.mirkosertic.bytecoder.classlib.java.lang.reflect.TAccessibleObject
- All Implemented Interfaces:
AnnotatedElement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends Annotation>
TgetAnnotation
(Class<T> annotationClass) <T extends Annotation>
T[]getAnnotationsByType
(Class<T> annotationClass) <T extends Annotation>
TgetDeclaredAnnotation
(Class<T> annotationClass) <T extends Annotation>
T[]getDeclaredAnnotationsByType
(Class<T> annotationClass) boolean
isAnnotationPresent
(Class<? extends Annotation> annotationClass)
-
Constructor Details
-
TAccessibleObject
public TAccessibleObject()
-
-
Method Details
-
getAnnotation
- Specified by:
getAnnotation
in interfaceAnnotatedElement
-
getAnnotations
- Specified by:
getAnnotations
in interfaceAnnotatedElement
-
getDeclaredAnnotations
- Specified by:
getDeclaredAnnotations
in interfaceAnnotatedElement
-
isAnnotationPresent
- Specified by:
isAnnotationPresent
in interfaceAnnotatedElement
-
getAnnotationsByType
- Specified by:
getAnnotationsByType
in interfaceAnnotatedElement
-
getDeclaredAnnotation
- Specified by:
getDeclaredAnnotation
in interfaceAnnotatedElement
-
getDeclaredAnnotationsByType
- Specified by:
getDeclaredAnnotationsByType
in interfaceAnnotatedElement
-