Uses of Interface
net.bytebuddy.description.method.ParameterDescription.InGenericShape
-
Packages that use ParameterDescription.InGenericShape Package Description net.bytebuddy.description.method Contains descriptions of Java methods and constructors as well as their parameters. -
-
Uses of ParameterDescription.InGenericShape in net.bytebuddy.description.method
Classes in net.bytebuddy.description.method that implement ParameterDescription.InGenericShape Modifier and Type Class Description static classParameterDescription.TypeSubstitutingA parameter description that represents a given parameter but with a substituted parameter type.Methods in net.bytebuddy.description.method that return ParameterDescription.InGenericShape Modifier and Type Method Description ParameterDescription.InGenericShapeParameterList.TypeSubstituting. get(int index)Methods in net.bytebuddy.description.method that return types with arguments of type ParameterDescription.InGenericShape Modifier and Type Method Description ParameterList<ParameterDescription.InGenericShape>MethodDescription.InGenericShape. getParameters()Returns a list of this method's parameters.ParameterList<ParameterDescription.InGenericShape>MethodDescription.TypeSubstituting. getParameters()Returns a list of this method's parameters.
-