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.net.bytebuddy.pool Classes of this package allow for the creatingTypeDescription
s without loading any classes. -
-
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 class
ParameterDescription.ForLoadedParameter<T extends java.lang.reflect.AccessibleObject>
Description of a loaded parameter with support for the information exposed byjava.lang.reflect.Parameter
.protected static class
ParameterDescription.ForLoadedParameter.OfConstructor
A description of a loadedConstructor
parameter for a modern VM.protected static class
ParameterDescription.ForLoadedParameter.OfLegacyVmConstructor
Description of a loaded constructor's parameter on a virtual machine wherejava.lang.reflect.Parameter
is not available.protected static class
ParameterDescription.ForLoadedParameter.OfLegacyVmMethod
Description of a loaded method's parameter on a virtual machine wherejava.lang.reflect.Parameter
is not available.protected static class
ParameterDescription.ForLoadedParameter.OfMethod
A description of a loadedMethod
parameter for a modern VM.static class
ParameterDescription.Latent
A 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.pool Modifier and Type Class Description private class
TypePool.Default.LazyTypeDescription.LazyMethodDescription.LazyParameterDescription
A lazy description of a parameters of the enclosing method.
-