Uses of Class
nonapi.io.github.classgraph.reflection.ReflectionDriver
Packages that use ReflectionDriver
-
Uses of ReflectionDriver in nonapi.io.github.classgraph.reflection
Subclasses of ReflectionDriver in nonapi.io.github.classgraph.reflectionModifier and TypeClassDescription(package private) class
Reflection driver for the jvm-driver library, if it is available at runtime.(package private) class
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
Standard reflection driver (usesAccessibleObject.setAccessible(boolean)
to access non-public fields if necessary).Fields in nonapi.io.github.classgraph.reflection declared as ReflectionDriver