Package nonapi.io.github.classgraph.reflection
package nonapi.io.github.classgraph.reflection
-
ClassDescriptionReflection driver for the jvm-driver library, if it is available at runtime.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).Reflection driverReflection utility methods that can be used by ClassLoaderHandlers.Standard reflection driver (uses
AccessibleObject.setAccessible(boolean)
to access non-public fields if necessary).