Package | Description |
---|---|
net.bytebuddy.utility |
This package contains utility classes for common use within any Byte Buddy logic.
|
Modifier and Type | Class and Description |
---|---|
static class |
JavaConstant.MethodType.Dispatcher.ForJava7CapableVm
A dispatcher for virtual machines that are aware of the
java.lang.invoke.MethodType type that was added in Java version 7. |
static class |
JavaConstant.MethodType.Dispatcher.ForLegacyVm
A dispatcher for virtual machines that are not aware of the
java.lang.invoke.MethodType type that was added in Java version 7. |
Modifier and Type | Field and Description |
---|---|
private static JavaConstant.MethodType.Dispatcher |
JavaConstant.MethodType.DISPATCHER
A dispatcher for extracting information from a
java.lang.invoke.MethodType instance. |
Modifier and Type | Method and Description |
---|---|
JavaConstant.MethodType.Dispatcher |
JavaConstant.MethodType.Dispatcher.CreationAction.run() |