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