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 | Method and Description |
---|---|
JavaConstant.MethodType.Dispatcher |
JavaConstant.MethodType.Dispatcher.CreationAction.run() |
Copyright © 2014–2020. All rights reserved.