Java java.lang.reflect AccessibleObject fields, constructors, methods, implement or subclass

Example usage for Java java.lang.reflect AccessibleObject fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.lang.reflect AccessibleObject.

The text is from its open source code.

Method

booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
TgetAnnotation(Class annotationClass)
Annotation[]getAnnotations()
T[]getAnnotationsByType(Class annotationClass)
ClassgetClass()
Returns the runtime class of this Object .
Annotation[]getDeclaredAnnotations()
booleanisAccessible()
Get the value of the accessible flag for this reflected object.
booleanisAnnotationPresent(Class annotationClass)
voidsetAccessible(boolean flag)
Set the accessible flag for this reflected object to the indicated boolean value.
voidsetAccessible(AccessibleObject[] array, boolean flag)
Convenience method to set the accessible flag for an array of reflected objects with a single security check (for efficiency).