Package | Description |
---|---|
net.bytebuddy.description.type |
Contains descriptions of Java types and packages.
|
Modifier and Type | Class and Description |
---|---|
static class |
TypeDescription.ForLoadedType.Dispatcher.ForJava11CapableVm
A dispatcher for a Java 11-capable VM.
|
static class |
TypeDescription.ForLoadedType.Dispatcher.ForLegacyVm
A dispatcher for a legacy VM.
|
Modifier and Type | Field and Description |
---|---|
private static TypeDescription.ForLoadedType.Dispatcher |
TypeDescription.ForLoadedType.DISPATCHER
A dispatcher for invking methods on
Class reflectively. |
Modifier and Type | Method and Description |
---|---|
TypeDescription.ForLoadedType.Dispatcher |
TypeDescription.ForLoadedType.Dispatcher.CreationAction.run() |