static class |
ParameterList.Explicit<S extends ParameterDescription> |
A list of explicitly provided parameter descriptions.
|
static class |
ParameterList.Explicit.ForTypes |
A parameter list representing parameters without meta data or annotations.
|
static class |
ParameterList.ForLoadedExecutable<T> |
Represents a list of parameters for an executable, i.e.
|
protected static class |
ParameterList.ForLoadedExecutable.OfConstructor |
Describes the list of Constructor parameters on a modern VM.
|
protected static class |
ParameterList.ForLoadedExecutable.OfLegacyVmConstructor |
Represents a list of constructor parameters on virtual machines where the java.lang.reflect.Parameter
type is not available.
|
protected static class |
ParameterList.ForLoadedExecutable.OfLegacyVmMethod |
Represents a list of method parameters on virtual machines where the java.lang.reflect.Parameter
type is not available.
|
protected static class |
ParameterList.ForLoadedExecutable.OfMethod |
Describes the list of Method parameters on a modern VM.
|
static class |
ParameterList.ForTokens |
A list of parameter descriptions for a list of detached tokens.
|
static class |
ParameterList.TypeSubstituting |
|