Uses of Class
java.lang.reflect.AccessibleObject
| Package | Description |
|---|---|
| java.lang.reflect |
-
Uses of AccessibleObject in java.lang.reflect
Subclasses of AccessibleObject in java.lang.reflect Modifier and Type Class Description classConstructor<T>This class represents a constructor.classFieldThis class represents a field.classMethodThis class represents a method.Methods in java.lang.reflect with parameters of type AccessibleObject Modifier and Type Method Description static voidAccessibleObject. setAccessible(AccessibleObject[] objects, boolean flag)Attempts to set the value of the accessible flag for all the objects in the array provided.