static class |
ParameterDescription.ForLoadedParameter<T extends java.lang.reflect.AccessibleObject> |
Description of a loaded parameter with support for the information exposed by java.lang.reflect.Parameter .
|
protected static class |
ParameterDescription.ForLoadedParameter.OfConstructor |
A description of a loaded Constructor parameter for a modern VM.
|
protected static class |
ParameterDescription.ForLoadedParameter.OfLegacyVmConstructor |
Description of a loaded constructor's parameter on a virtual machine where java.lang.reflect.Parameter
is not available.
|
protected static class |
ParameterDescription.ForLoadedParameter.OfLegacyVmMethod |
Description of a loaded method's parameter on a virtual machine where java.lang.reflect.Parameter
is not available.
|
protected static class |
ParameterDescription.ForLoadedParameter.OfMethod |
A description of a loaded Method parameter for a modern VM.
|
static class |
ParameterDescription.Latent |
A latent description of a parameter that is not attached to a method or constructor.
|