Uses of Interface
net.bytebuddy.description.method.MethodDescription.InGenericShape
Packages that use MethodDescription.InGenericShape
Package
Description
Contains descriptions of Java methods and constructors as well as their parameters.
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.InGenericShapeModifier and TypeClassDescriptionstatic classA method description that represents a given method but with substituted method types.Subclasses with type arguments of type MethodDescription.InGenericShape in net.bytebuddy.description.methodModifier and TypeClassDescriptionstatic classA list of method descriptions that yieldsMethodDescription.TypeSubstituting.Fields in net.bytebuddy.description.method declared as MethodDescription.InGenericShapeModifier and TypeFieldDescriptionprivate final MethodDescription.InGenericShapeParameterDescription.TypeSubstituting.declaringMethodThe method that declares this type-substituted parameter.private final MethodDescription.InGenericShapeParameterList.TypeSubstituting.declaringMethodThe method that is declaring the transformed parameters.Methods in net.bytebuddy.description.method that return MethodDescription.InGenericShapeModifier and TypeMethodDescriptionMethodList.TypeSubstituting.get(int index) ParameterDescription.InGenericShape.getDeclaringMethod()Returns the method that declares this parameter.ParameterDescription.TypeSubstituting.getDeclaringMethod()Returns the method that declares this parameter.Constructors in net.bytebuddy.description.method with parameters of type MethodDescription.InGenericShapeModifierConstructorDescriptionTypeSubstituting(MethodDescription.InGenericShape declaringMethod, ParameterDescription parameterDescription, TypeDescription.Generic.Visitor<? extends TypeDescription.Generic> visitor) Creates a new type substituting parameter.TypeSubstituting(MethodDescription.InGenericShape declaringMethod, 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.InGenericShapeModifier and TypeMethodDescriptionRecordComponentDescription.InGenericShape.getAccessor()Returns the accessor for this record component.RecordComponentDescription.TypeSubstituting.getAccessor()Returns the accessor for this record component.Methods in net.bytebuddy.description.type that return types with arguments of type MethodDescription.InGenericShapeModifier and TypeMethodDescriptionTypeDescription.Generic.getDeclaredMethods()Returns the methods that this type declares.TypeDescription.Generic.LazyProjection.getDeclaredMethods()Returns the methods that this type declares.TypeDescription.Generic.OfGenericArray.getDeclaredMethods()Returns the methods that this type declares.TypeDescription.Generic.OfNonGenericType.ForReifiedErasure.getDeclaredMethods()Returns the methods that this type declares.TypeDescription.Generic.OfNonGenericType.getDeclaredMethods()Returns the methods that this type declares.TypeDescription.Generic.OfParameterizedType.ForReifiedType.getDeclaredMethods()Returns the methods that this type declares.TypeDescription.Generic.OfParameterizedType.getDeclaredMethods()Returns the methods that this type declares.TypeDescription.Generic.OfTypeVariable.getDeclaredMethods()Returns the methods that this type declares.TypeDescription.Generic.OfTypeVariable.Symbolic.getDeclaredMethods()Returns the methods that this type declares.TypeDescription.Generic.OfWildcardType.getDeclaredMethods()Returns the methods that this type declares.