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 classMethodDescription.TypeSubstitutingA method description that represents a given method but with substituted method types.Methods in net.bytebuddy.description.method that return MethodDescription.InGenericShape Modifier and Type Method Description MethodDescription.InGenericShapeMethodList.TypeSubstituting. get(int index)MethodDescription.InGenericShapeParameterDescription.InGenericShape. getDeclaringMethod()MethodDescription.InGenericShapeParameterDescription.TypeSubstituting. getDeclaringMethod()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
-