Uses of Interface
net.bytebuddy.description.method.MethodDescription.InGenericShape
-
Packages that use MethodDescription.InGenericShape 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. -
-
Uses of MethodDescription.InGenericShape in net.bytebuddy.description.method
Classes in net.bytebuddy.description.method that implement MethodDescription.InGenericShape Modifier and Type Class Description static class
MethodDescription.TypeSubstituting
A method description that represents a given method but with substituted method types.Fields in net.bytebuddy.description.method declared as MethodDescription.InGenericShape Modifier and Type Field Description private MethodDescription.InGenericShape
ParameterDescription.TypeSubstituting. declaringMethod
The method that declares this type-substituted parameter.private MethodDescription.InGenericShape
ParameterList.TypeSubstituting. declaringMethod
The method that is declaring the transformed parameters.Methods in net.bytebuddy.description.method that return MethodDescription.InGenericShape Modifier and Type Method 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.Constructors in net.bytebuddy.description.method with parameters of type MethodDescription.InGenericShape Constructor Description TypeSubstituting(MethodDescription.InGenericShape declaringMethod, ParameterDescription parameterDescription, TypeDescription.Generic.Visitor<? extends TypeDescription.Generic> visitor)
Creates a new type substituting parameter.TypeSubstituting(MethodDescription.InGenericShape declaringMethod, java.util.List<? extends ParameterDescription> parameterDescriptions, TypeDescription.Generic.Visitor<? extends TypeDescription.Generic> visitor)
Creates a new type substituting parameter list. -
Uses of MethodDescription.InGenericShape in net.bytebuddy.description.type
Methods in net.bytebuddy.description.type that return MethodDescription.InGenericShape Modifier and Type Method 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.Methods in net.bytebuddy.description.type that return types with arguments of type MethodDescription.InGenericShape Modifier and Type Method Description MethodList<MethodDescription.InGenericShape>
TypeDescription.Generic. getDeclaredMethods()
Returns the methods that this type declares.MethodList<MethodDescription.InGenericShape>
TypeDescription.Generic.LazyProjection. 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.OfNonGenericType.ForReifiedErasure. 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.OfParameterizedType.ForReifiedType. 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.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.OfWildcardType. getDeclaredMethods()
Returns the methods that this type declares.
-