Package nonapi.io.github.classgraph.reflection
-
Class Summary Class Description 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).