| 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 |
|---|---|
static MethodType |
MethodType.fromMethodDescriptorString(String
Finds or creates an instance of a method type, given the spelling of its bytecode descriptor.
|