| Package | Description |
|---|---|
| java.lang.invoke |
The
java.lang.invoke package contains dynamic language support provided directly by the Java core class libraries and virtual machine.
|
| Modifier and Type | Method and Description |
|---|---|
MethodHandleInfo |
MethodHandles.Lookup.revealDirect(MethodHandle
Cracks a
direct method handle created by this lookup object or a similar one.
|