Package nonapi.io.github.classgraph.reflection
-
Interface Summary Interface Description JVMDriverReflectionDriver.ClassFinder -
Class Summary Class Description JVMDriverReflectionDriver Reflection driver for the jvm-driver library, if it is available at runtime.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).ReflectionDriver Reflection driverReflectionUtils Reflection utility methods that can be used by ClassLoaderHandlers.StandardReflectionDriver Standard reflection driver (usesAccessibleObject.setAccessible(boolean)
to access non-public fields if necessary).