| 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()Returns the method that declares this parameter. | 
| MethodDescription.InGenericShape | ParameterDescription.TypeSubstituting. getDeclaringMethod()Returns the method that declares this parameter. | 
| 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 | 
|---|---|
| MethodDescription.InGenericShape | RecordComponentDescription.InGenericShape. getAccessor()Returns the accessor for this record component. | 
| MethodDescription.InGenericShape | RecordComponentDescription.TypeSubstituting. getAccessor()Returns the accessor for this record component. | 
| Modifier and Type | Method and Description | 
|---|---|
| MethodList<MethodDescription.InGenericShape> | TypeDescription.Generic. getDeclaredMethods()Returns the methods that this type declares. | 
| MethodList<MethodDescription.InGenericShape> | TypeDescription.Generic.OfNonGenericType. getDeclaredMethods()Returns the methods that this type declares. | 
| MethodList<MethodDescription.InGenericShape> | TypeDescription.Generic.OfNonGenericType.ForReifiedErasure. getDeclaredMethods()Returns the methods that this type declares. | 
| MethodList<MethodDescription.InGenericShape> | TypeDescription.Generic.OfGenericArray. getDeclaredMethods()Returns the methods that this type declares. | 
| MethodList<MethodDescription.InGenericShape> | TypeDescription.Generic.OfWildcardType. getDeclaredMethods()Returns the methods that this type declares. | 
| MethodList<MethodDescription.InGenericShape> | TypeDescription.Generic.OfParameterizedType. getDeclaredMethods()Returns the methods that this type declares. | 
| MethodList<MethodDescription.InGenericShape> | TypeDescription.Generic.OfParameterizedType.ForReifiedType. getDeclaredMethods()Returns the methods that this type declares. | 
| MethodList<MethodDescription.InGenericShape> | TypeDescription.Generic.OfTypeVariable. getDeclaredMethods()Returns the methods that this type declares. | 
| MethodList<MethodDescription.InGenericShape> | TypeDescription.Generic.OfTypeVariable.Symbolic. getDeclaredMethods()Returns the methods that this type declares. | 
| MethodList<MethodDescription.InGenericShape> | TypeDescription.Generic.LazyProjection. getDeclaredMethods()Returns the methods that this type declares. | 
Copyright © 2014–2023. All rights reserved.