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) classNarcissusReflectionDriverNarcissus 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) classStandardReflectionDriverStandard 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 ReflectionDriverReflectionUtils. reflectionDriverThe reflection driver to use.
-