Package | Description |
---|---|
net.bytebuddy.description.method |
Contains descriptions of Java methods and constructors as well as their parameters.
|
net.bytebuddy.description.type |
Contains descriptions of Java types and packages.
|
Modifier and Type | Class and Description |
---|---|
static class |
MethodDescription.TypeSubstituting
A method description that represents a given method but with substituted method types.
|
Modifier and Type | Method and Description |
---|---|
MethodDescription.InGenericShape |
MethodList.TypeSubstituting.get(int index) |
MethodDescription.InGenericShape |
ParameterDescription.InGenericShape.getDeclaringMethod() |
MethodDescription.InGenericShape |
ParameterDescription.TypeSubstituting.getDeclaringMethod() |
Constructor and Description |
---|
TypeSubstituting(MethodDescription.InGenericShape declaringMethod,
List<? extends ParameterDescription> parameterDescriptions,
TypeDescription.Generic.Visitor<? extends TypeDescription.Generic> visitor)
Creates a new type substituting parameter list.
|
TypeSubstituting(MethodDescription.InGenericShape declaringMethod,
ParameterDescription parameterDescription,
TypeDescription.Generic.Visitor<? extends TypeDescription.Generic> visitor)
Creates a new type substituting parameter.
|
Copyright © 2014–2017. All rights reserved.