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 class
A parameter description that represents a given parameter but with a substituted parameter type.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.