| Class | Description |
|---|---|
| JNIAccessFeature |
Prepares classes, methods and fields before and during the analysis so that they are accessible
via JNI at image runtime.
|
| JNIAccessFeature.Options | |
| JNIAccessibleClass |
Information on a class that can be looked up and accessed via JNI.
|
| JNIAccessibleField |
Information on a field that can be looked up and accessed via JNI.
|
| JNIAccessibleMethod |
Information on a method that can be looked up and called via JNI.
|
| JNIAccessibleMethodDescriptor |
Method descriptor that is used for lookups of JNI-accessible methods.
|
| JNINativeLinkage |
Encapsulates the code address of a
native method's implementation at runtime. |
| JNIReflectionDictionary |
Provides JNI access to predetermined classes, methods and fields at runtime.
|