Uses of Class
nonapi.io.github.classgraph.reflection.ReflectionDriver
-
Packages that use ReflectionDriver Package Description nonapi.io.github.classgraph.reflection -
-
Uses of ReflectionDriver in nonapi.io.github.classgraph.reflection
Subclasses of ReflectionDriver in nonapi.io.github.classgraph.reflection Modifier and Type Class Description (package private) class
JVMDriverReflectionDriver
Reflection driver for the jvm-driver library, if it is available at runtime.(package private) class
NarcissusReflectionDriver
Narcissus reflection driver (uses the Narcissus library, if it is available, which allows access to non-public fields and methods, circumventing encapsulation and visibility controls via JNI).(package private) class
StandardReflectionDriver
Standard reflection driver (usesAccessibleObject.setAccessible(boolean)
to access non-public fields if necessary).Fields in nonapi.io.github.classgraph.reflection declared as ReflectionDriver Modifier and Type Field Description ReflectionDriver
ReflectionUtils. reflectionDriver
The reflection driver to use.
-