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 creatingTypeDescriptions 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 classParameterList.Explicit<S extends ParameterDescription>A list of explicitly provided parameter descriptions.static classParameterList.Explicit.ForTypesA parameter list representing parameters without meta data or annotations.static classParameterList.ForLoadedExecutable<T>Represents a list of parameters for an executable, i.e.protected static classParameterList.ForLoadedExecutable.OfConstructorDescribes the list ofConstructorparameters on a modern VM.protected static classParameterList.ForLoadedExecutable.OfLegacyVmConstructorRepresents a list of constructor parameters on virtual machines where thejava.lang.reflect.Parametertype is not available.protected static classParameterList.ForLoadedExecutable.OfLegacyVmMethodRepresents a list of method parameters on virtual machines where thejava.lang.reflect.Parametertype is not available.protected static classParameterList.ForLoadedExecutable.OfMethodDescribes the list ofMethodparameters on a modern VM.static classParameterList.ForTokensA list of parameter descriptions for a list of detached tokens.static classParameterList.TypeSubstitutingA 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 classTransformer.ForMethod.TransformedMethod.TransformedParameterListA 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 classTypePool.Default.LazyTypeDescription.LazyMethodDescription.LazyParameterListA lazy list of parameter descriptions for the enclosing method description.
-