Uses of Class
net.bytebuddy.description.method.ParameterDescription.InDefinedShape.AbstractBase
Packages that use ParameterDescription.InDefinedShape.AbstractBase
Package
Description
Contains descriptions of Java methods and constructors as well as their parameters.
Classes of this package allow for the creating
TypeDescriptions without
loading any classes.-
Uses of ParameterDescription.InDefinedShape.AbstractBase in net.bytebuddy.description.method
Modifier and TypeClassDescriptionstatic classDescription of a loaded parameter with support for the information exposed byjava.lang.reflect.Parameter.protected static classA description of a loadedConstructorparameter for a modern VM.protected static classDescription of a loaded constructor's parameter on a virtual machine wherejava.lang.reflect.Parameteris not available.protected static classDescription of a loaded method's parameter on a virtual machine wherejava.lang.reflect.Parameteris not available.protected static classA description of a loadedMethodparameter for a modern VM.static classA latent description of a parameter that is not attached to a method or constructor. -
Uses of ParameterDescription.InDefinedShape.AbstractBase in net.bytebuddy.pool
Subclasses of ParameterDescription.InDefinedShape.AbstractBase in net.bytebuddy.poolModifier and TypeClassDescriptionprivate classA lazy description of a parameters of the enclosing method.