| Package | Description |
|---|---|
| net.bytebuddy.description.method |
Contains descriptions of Java methods and constructors as well as their parameters.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ParameterList.ForLoadedExecutable.Dispatcher.ForJava8CapableVm
A dispatcher for a legacy VM that does support the
java.lang.reflect.Parameter type. |
static class |
ParameterList.ForLoadedExecutable.Dispatcher.ForLegacyVm
A dispatcher for a legacy VM that does not support the
java.lang.reflect.Parameter type. |
| Modifier and Type | Field and Description |
|---|---|
private static ParameterList.ForLoadedExecutable.Dispatcher |
ParameterList.ForLoadedExecutable.DISPATCHER
The dispatcher used creating parameter list instances and for accessing
java.lang.reflect.Executable instances. |
| Modifier and Type | Method and Description |
|---|---|
ParameterList.ForLoadedExecutable.Dispatcher |
ParameterList.ForLoadedExecutable.Dispatcher.CreationAction.run() |