Uses of Class
net.bytebuddy.description.method.ParameterDescription.AbstractBase
Packages that use ParameterDescription.AbstractBase
Package
Description
Contains descriptions of Java methods and constructors as well as their parameters.
This package contains classes and interfaces that are connected to writing the byte stream that represents a Java
type that is dynamically created and for loading this type into a running JVM process.
Classes of this package allow for the creating
TypeDescription
s without
loading any classes.-
Uses of ParameterDescription.AbstractBase in net.bytebuddy.description.method
Subclasses of ParameterDescription.AbstractBase in net.bytebuddy.description.methodModifier and TypeClassDescriptionstatic class
Description of a loaded parameter with support for the information exposed byjava.lang.reflect.Parameter
.protected static class
A description of a loadedConstructor
parameter for a modern VM.protected static class
Description of a loaded constructor's parameter on a virtual machine wherejava.lang.reflect.Parameter
is not available.protected static class
Description of a loaded method's parameter on a virtual machine wherejava.lang.reflect.Parameter
is not available.protected static class
A description of a loadedMethod
parameter for a modern VM.static class
An abstract base implementation of a parameter description in its defined shape.static class
A latent description of a parameter that is not attached to a method or constructor.static class
A parameter description that represents a given parameter but with a substituted parameter type. -
Uses of ParameterDescription.AbstractBase in net.bytebuddy.dynamic
Subclasses of ParameterDescription.AbstractBase in net.bytebuddy.dynamicModifier and TypeClassDescriptionprotected class
A transformed method's parameter. -
Uses of ParameterDescription.AbstractBase in net.bytebuddy.pool
Subclasses of ParameterDescription.AbstractBase in net.bytebuddy.poolModifier and TypeClassDescriptionprivate class
A lazy description of a parameters of the enclosing method.