Uses of Interface
net.bytebuddy.description.method.ParameterDescription.InGenericShape
Packages that use ParameterDescription.InGenericShape
Package
Description
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.InGenericShapeModifier and TypeClassDescriptionstatic classA parameter description that represents a given parameter but with a substituted parameter type.Subclasses with type arguments of type ParameterDescription.InGenericShape in net.bytebuddy.description.methodModifier and TypeClassDescriptionstatic classA list of parameter descriptions that yieldsParameterDescription.TypeSubstituting.Methods in net.bytebuddy.description.method that return ParameterDescription.InGenericShapeMethods in net.bytebuddy.description.method that return types with arguments of type ParameterDescription.InGenericShapeModifier and TypeMethodDescriptionMethodDescription.InGenericShape.getParameters()Returns a list of this method's parameters.MethodDescription.TypeSubstituting.getParameters()Returns a list of this method's parameters.