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) classReflection driver for the jvm-driver library, if it is available at runtime.(package private) classNarcissus 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) classStandard reflection driver (usesAccessibleObject.setAccessible(boolean)to access non-public fields if necessary).Fields in nonapi.io.github.classgraph.reflection declared as ReflectionDriver