Uses of Class
net.bytebuddy.description.method.ParameterList.AbstractBase
-
Packages that use ParameterList.AbstractBase Package Description net.bytebuddy.description.method Contains descriptions of Java methods and constructors as well as their parameters.net.bytebuddy.dynamic 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.net.bytebuddy.pool Classes of this package allow for the creatingTypeDescription
s without loading any classes. -
-
Uses of ParameterList.AbstractBase in net.bytebuddy.description.method
Subclasses of ParameterList.AbstractBase in net.bytebuddy.description.method Modifier and Type Class Description static class
ParameterList.Explicit<S extends ParameterDescription>
A list of explicitly provided parameter descriptions.static class
ParameterList.Explicit.ForTypes
A parameter list representing parameters without meta data or annotations.static class
ParameterList.ForLoadedExecutable<T>
Represents a list of parameters for an executable, i.e.protected static class
ParameterList.ForLoadedExecutable.OfConstructor
Describes the list ofConstructor
parameters on a modern VM.protected static class
ParameterList.ForLoadedExecutable.OfLegacyVmConstructor
Represents a list of constructor parameters on virtual machines where thejava.lang.reflect.Parameter
type is not available.protected static class
ParameterList.ForLoadedExecutable.OfLegacyVmMethod
Represents a list of method parameters on virtual machines where thejava.lang.reflect.Parameter
type is not available.protected static class
ParameterList.ForLoadedExecutable.OfMethod
Describes the list ofMethod
parameters on a modern VM.static class
ParameterList.ForTokens
A list of parameter descriptions for a list of detached tokens.static class
ParameterList.TypeSubstituting
A list of parameter descriptions that yieldsParameterDescription.TypeSubstituting
. -
Uses of ParameterList.AbstractBase in net.bytebuddy.dynamic
Subclasses of ParameterList.AbstractBase in net.bytebuddy.dynamic Modifier and Type Class Description protected class
Transformer.ForMethod.TransformedMethod.TransformedParameterList
A parameter list representing the transformed method's parameters. -
Uses of ParameterList.AbstractBase in net.bytebuddy.pool
Subclasses of ParameterList.AbstractBase in net.bytebuddy.pool Modifier and Type Class Description private class
TypePool.Default.LazyTypeDescription.LazyMethodDescription.LazyParameterList
A lazy list of parameter descriptions for the enclosing method description.
-