Uses of Class
net.bytebuddy.matcher.FilterableList.AbstractBase
Packages that use FilterableList.AbstractBase
Package
Description
Classes of this package allow the representation of Java classes, their member and their meta data.
Contains descriptions of annotations and annotation values.
Contains descriptions of Java fields.
Contains descriptions of Java methods and constructors as well as their parameters.
Contains descriptions of Java types and packages.
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.
This package contains helper types and implementations that are responsible for the actual writing of a byte array
representing a Java class.
Classes of this package allow for the creating
TypeDescriptions without
loading any classes.-
Uses of FilterableList.AbstractBase in net.bytebuddy.description
Subclasses of FilterableList.AbstractBase in net.bytebuddy.descriptionModifier and TypeClassDescriptionstatic classByteCodeElement.Token.TokenList<S extends ByteCodeElement.Token<S>>A list of tokens. -
Uses of FilterableList.AbstractBase in net.bytebuddy.description.annotation
Subclasses of FilterableList.AbstractBase in net.bytebuddy.description.annotationModifier and TypeClassDescriptionstatic classAn abstract base implementation of an annotation list.static classRepresents a list of explicitly provided annotation descriptions.static classDescribes an array of loadedAnnotations as an annotation list. -
Uses of FilterableList.AbstractBase in net.bytebuddy.description.field
Subclasses of FilterableList.AbstractBase in net.bytebuddy.description.fieldModifier and TypeClassDescriptionstatic classFieldList.AbstractBase<S extends FieldDescription>An abstract base implementation of aFieldList.static classFieldList.Explicit<S extends FieldDescription>A wrapper implementation of a field list for a given list of field descriptions.static classAn implementation of a field list for an array of loaded fields.static classA list of field descriptions for a list of detached tokens.static classA list of field descriptions that yieldsFieldDescription.TypeSubstituting. -
Uses of FilterableList.AbstractBase in net.bytebuddy.description.method
Subclasses of FilterableList.AbstractBase in net.bytebuddy.description.methodModifier and TypeClassDescriptionstatic classMethodList.AbstractBase<S extends MethodDescription>A base implementation of aMethodList.static classMethodList.Explicit<S extends MethodDescription>A method list that is a wrapper for a given list of method descriptions.static classA method list implementation that returns all loaded byte code methods (methods and constructors) that are declared for a given type.static classA list of method descriptions for a list of detached tokens.static classA list of method descriptions that yieldsMethodDescription.TypeSubstituting.static classParameterList.AbstractBase<S extends ParameterDescription>An base implementation for aParameterList.static 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 FilterableList.AbstractBase in net.bytebuddy.description.type
Subclasses of FilterableList.AbstractBase in net.bytebuddy.description.typeModifier and TypeClassDescriptionstatic classAn abstract base implementation of a list of record components.static classA wrapper implementation of an explicit list of record components.static classA list of loaded record components.static classA list of record components described as tokens.static classA type-substituting list of record component descriptions.protected static classA lazy representation of a lazy projection's interfaces.protected static classA type list that represents a loaded parameterized type's parameter types.protected static classA list of type variable bounds for a loadedTypeVariablethat resolves annotations..protected static classA type list representing an upper-bound type variable's bound types.protected static classA type list representing an upper-bound type variable's bound types.protected static classA type list that attempts loading any type.static classAn abstract base implementation of a type list.static classA wrapper implementation of an explicit list of types.static classImplementation of a type list for an array of loaded types.static classAn abstract base implementation of a generic type list.static classAn explicit list of generic types.static classA list of detached types that are attached on reception.static classA list of attached type variables represented by a list of type variable tokens.static classA list of detached types that are attached on reception but not when computing an erasure.static classA list of loaded generic types.static classA type list that represents loaded type variables.static classA lazy projection of a constructor's exception types.static classA lazy projection of a type's generic interface types.static classA lazy projection of a method's exception types. -
Uses of FilterableList.AbstractBase in net.bytebuddy.dynamic
Subclasses of FilterableList.AbstractBase in net.bytebuddy.dynamicModifier and TypeClassDescriptionprotected classA parameter list representing the transformed method's parameters. -
Uses of FilterableList.AbstractBase in net.bytebuddy.dynamic.scaffold
Subclasses of FilterableList.AbstractBase in net.bytebuddy.dynamic.scaffoldModifier and TypeClassDescriptionstatic classA list of nodes.protected static classA field list that only reads fields lazy to avoid an eager lookup since fields are often not required. -
Uses of FilterableList.AbstractBase in net.bytebuddy.pool
Subclasses of FilterableList.AbstractBase in net.bytebuddy.poolModifier and TypeClassDescriptionprotected classA list of field tokens representing each entry as a field description.protected static classA list representing a formal type variable's bounds.static classA lazy list of type tokens.protected static classA generic type description representing a tokenized wildcard bound.protected static classA generic type list representing raw types.private static classA list of annotations which allows for resolving the names of the annotations even if the annotations cannot be resolved.protected classA list of generic types representing the receiver type's type arguments.private classA lazy list of parameter descriptions for the enclosing method description.protected static classA lazy list that represents all nest members of the represented type.protected static classA list that is constructingTypePool.Default.LazyTypeDescriptions.protected classA list of method tokens representing each entry as a method description.protected classA list of record component tokens representing each record component as a description.protected static classA tokenized list of non-well-defined generic types.protected static classA tokenized list of generic types.protected static classA list of tokenized type variables.private classCreates a list of lazy interfaces of an extended lazy type description.