Uses of Class
net.bytebuddy.description.method.ParameterList.AbstractBase
Packages that use ParameterList.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 ParameterList.AbstractBase in net.bytebuddy.description.method
Subclasses of ParameterList.AbstractBase in net.bytebuddy.description.methodModifier and TypeClassDescriptionstatic class
ParameterList.Explicit<S extends ParameterDescription>
A list of explicitly provided parameter descriptions.static class
A parameter list representing parameters without meta data or annotations.static class
Represents a list of parameters for an executable, i.e.protected static class
Describes the list ofConstructor
parameters on a modern VM.protected static class
Represents a list of constructor parameters on virtual machines where thejava.lang.reflect.Parameter
type is not available.protected static class
Represents a list of method parameters on virtual machines where thejava.lang.reflect.Parameter
type is not available.protected static class
Describes the list ofMethod
parameters on a modern VM.static class
A list of parameter descriptions for a list of detached tokens.static class
A list of parameter descriptions that yieldsParameterDescription.TypeSubstituting
. -
Uses of ParameterList.AbstractBase in net.bytebuddy.dynamic
Subclasses of ParameterList.AbstractBase in net.bytebuddy.dynamicModifier and TypeClassDescriptionprotected class
A parameter list representing the transformed method's parameters. -
Uses of ParameterList.AbstractBase in net.bytebuddy.pool
Subclasses of ParameterList.AbstractBase in net.bytebuddy.poolModifier and TypeClassDescriptionprivate class
A lazy list of parameter descriptions for the enclosing method description.