Class | Description |
---|---|
PreJava9ReflectionAccessor |
A basic implementation of
ReflectionAccessor which is suitable for Java 8 and below. |
ReflectionAccessor |
Provides a replacement for
AccessibleObject.setAccessible(boolean) , which may be used to
avoid reflective access issues appeared in Java 9, like java.lang.reflect.InaccessibleObjectException
thrown or warnings like |
UnsafeReflectionAccessor |
An implementation of
ReflectionAccessor based on Unsafe . |