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 |
ParameterDescription.ForLoadedParameter.Dispatcher.ForJava8CapableVm
A dispatcher for VMs that support the
java.lang.reflect.Parameter API for Java 8+. |
static class |
ParameterDescription.ForLoadedParameter.Dispatcher.ForLegacyVm
A dispatcher for a legacy VM that does not know the
java.lang.reflect.Parameter type that only throws
exceptions on any property extraction. |
Modifier and Type | Field and Description |
---|---|
private static ParameterDescription.ForLoadedParameter.Dispatcher |
ParameterDescription.ForLoadedParameter.DISPATCHER
A dispatcher for reading properties from
java.lang.reflect.Executable instances. |
Modifier and Type | Method and Description |
---|---|
ParameterDescription.ForLoadedParameter.Dispatcher |
ParameterDescription.ForLoadedParameter.Dispatcher.CreationAction.run() |