Package nonapi.io.github.classgraph.reflection
package nonapi.io.github.classgraph.reflection
-
ClassesClassDescriptionNarcissus 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).