| 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.TypeSubstitutingA 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| MethodList<MethodDescription.InGenericShape> | TypeDescription.Generic. getDeclaredMethods() | 
| MethodList<MethodDescription.InGenericShape> | TypeDescription.Generic.OfNonGenericType. getDeclaredMethods() | 
| MethodList<MethodDescription.InGenericShape> | TypeDescription.Generic.OfGenericArray. getDeclaredMethods() | 
| MethodList<MethodDescription.InGenericShape> | TypeDescription.Generic.OfWildcardType. getDeclaredMethods() | 
| MethodList<MethodDescription.InGenericShape> | TypeDescription.Generic.OfParameterizedType. getDeclaredMethods() | 
| MethodList<MethodDescription.InGenericShape> | TypeDescription.Generic.OfTypeVariable. getDeclaredMethods() | 
| MethodList<MethodDescription.InGenericShape> | TypeDescription.Generic.OfTypeVariable.Symbolic. getDeclaredMethods() | 
| MethodList<MethodDescription.InGenericShape> | TypeDescription.Generic.LazyProjection. getDeclaredMethods() | 
Copyright © 2014–2016. All rights reserved.