Uses of Class
net.bytebuddy.description.method.ParameterDescription.InDefinedShape.AbstractBase
-
Packages that use ParameterDescription.InDefinedShape.AbstractBase Package Description net.bytebuddy.description.method Contains descriptions of Java methods and constructors as well as their parameters. -
-
Uses of ParameterDescription.InDefinedShape.AbstractBase in net.bytebuddy.description.method
Subclasses of ParameterDescription.InDefinedShape.AbstractBase in net.bytebuddy.description.method Modifier and Type Class Description static classParameterDescription.ForLoadedParameter<T extends AccessibleObject>Description of a loaded parameter with support for the information exposed byjava.lang.reflect.Parameter.protected static classParameterDescription.ForLoadedParameter.OfConstructorA description of a loadedConstructorparameter for a modern VM.protected static classParameterDescription.ForLoadedParameter.OfLegacyVmConstructorDescription of a loaded constructor's parameter on a virtual machine wherejava.lang.reflect.Parameteris not available.protected static classParameterDescription.ForLoadedParameter.OfLegacyVmMethodDescription of a loaded method's parameter on a virtual machine wherejava.lang.reflect.Parameteris not available.protected static classParameterDescription.ForLoadedParameter.OfMethodA description of a loadedMethodparameter for a modern VM.static classParameterDescription.LatentA latent description of a parameter that is not attached to a method or constructor.
-