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
TypeDescriptions without
loading any classes.-
Uses of ParameterList.AbstractBase in net.bytebuddy.description.method
Subclasses of ParameterList.AbstractBase in net.bytebuddy.description.methodModifier and TypeClassDescriptionstatic classParameterList.Explicit<S extends ParameterDescription>A list of explicitly provided parameter descriptions.static classA parameter list representing parameters without meta data or annotations.static classRepresents a list of parameters for an executable, i.e.protected static classDescribes the list ofConstructorparameters on a modern VM.protected static classRepresents a list of constructor parameters on virtual machines where thejava.lang.reflect.Parametertype is not available.protected static classRepresents a list of method parameters on virtual machines where thejava.lang.reflect.Parametertype is not available.protected static classDescribes the list ofMethodparameters on a modern VM.static classA list of parameter descriptions for a list of detached tokens.static classA 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 classA 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 classA lazy list of parameter descriptions for the enclosing method description.