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.TypeSubstituting
A parameter description that represents a given parameter but with a substituted parameter type.
|
Modifier and Type | Method and Description |
---|---|
ParameterDescription.InGenericShape |
ParameterList.TypeSubstituting.get(int index) |
Modifier and Type | Method and Description |
---|---|
ParameterList<ParameterDescription.InGenericShape> |
MethodDescription.InGenericShape.getParameters() |
ParameterList<ParameterDescription.InGenericShape> |
MethodDescription.TypeSubstituting.getParameters() |
Copyright © 2014–2016. All rights reserved.