| 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()Returns a list of this method's parameters. | 
| ParameterList<ParameterDescription.InGenericShape> | MethodDescription.TypeSubstituting. getParameters()Returns a list of this method's parameters. | 
Copyright © 2014–2019. All rights reserved.