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
TypeDescription
s without
loading any classes.-
Uses of FilterableList.AbstractBase in net.bytebuddy.description
Subclasses of FilterableList.AbstractBase in net.bytebuddy.descriptionModifier and TypeClassDescriptionstatic class
ByteCodeElement.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 class
An abstract base implementation of an annotation list.static class
Represents a list of explicitly provided annotation descriptions.static class
Describes an array of loadedAnnotation
s as an annotation list. -
Uses of FilterableList.AbstractBase in net.bytebuddy.description.field
Subclasses of FilterableList.AbstractBase in net.bytebuddy.description.fieldModifier and TypeClassDescriptionstatic class
FieldList.AbstractBase<S extends FieldDescription>
An abstract base implementation of aFieldList
.static class
FieldList.Explicit<S extends FieldDescription>
A wrapper implementation of a field list for a given list of field descriptions.static class
An implementation of a field list for an array of loaded fields.static class
A list of field descriptions for a list of detached tokens.static class
A 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 class
MethodList.AbstractBase<S extends MethodDescription>
A base implementation of aMethodList
.static class
MethodList.Explicit<S extends MethodDescription>
A method list that is a wrapper for a given list of method descriptions.static class
A method list implementation that returns all loaded byte code methods (methods and constructors) that are declared for a given type.static class
A list of method descriptions for a list of detached tokens.static class
A list of method descriptions that yieldsMethodDescription.TypeSubstituting
.static class
ParameterList.AbstractBase<S extends ParameterDescription>
An base implementation for aParameterList
.static 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 FilterableList.AbstractBase in net.bytebuddy.description.type
Subclasses of FilterableList.AbstractBase in net.bytebuddy.description.typeModifier and TypeClassDescriptionstatic class
An abstract base implementation of a list of record components.static class
A wrapper implementation of an explicit list of record components.static class
A list of loaded record components.static class
A list of record components described as tokens.static class
A type-substituting list of record component descriptions.protected static class
A lazy representation of a lazy projection's interfaces.protected static class
A type list that represents a loaded parameterized type's parameter types.protected static class
A list of type variable bounds for a loadedTypeVariable
that resolves annotations..protected static class
A type list representing an upper-bound type variable's bound types.protected static class
A type list representing an upper-bound type variable's bound types.protected static class
A type list that attempts loading any type.static class
An abstract base implementation of a type list.static class
A wrapper implementation of an explicit list of types.static class
Implementation of a type list for an array of loaded types.static class
An abstract base implementation of a generic type list.static class
An explicit list of generic types.static class
A list of detached types that are attached on reception.static class
A list of attached type variables represented by a list of type variable tokens.static class
A list of detached types that are attached on reception but not when computing an erasure.static class
A list of loaded generic types.static class
A type list that represents loaded type variables.static class
A lazy projection of a constructor's exception types.static class
A lazy projection of a type's generic interface types.static class
A 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 class
A 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 class
A list of nodes.protected static class
A 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 class
A list of field tokens representing each entry as a field description.protected static class
A list representing a formal type variable's bounds.static class
A lazy list of type tokens.protected static class
A generic type description representing a tokenized wildcard bound.protected static class
A generic type list representing raw types.private static class
A list of annotations which allows for resolving the names of the annotations even if the annotations cannot be resolved.protected class
A list of generic types representing the receiver type's type arguments.private class
A lazy list of parameter descriptions for the enclosing method description.protected static class
A lazy list that represents all nest members of the represented type.protected static class
A list that is constructingTypePool.Default.LazyTypeDescription
s.protected class
A list of method tokens representing each entry as a method description.protected class
A list of record component tokens representing each record component as a description.protected static class
A tokenized list of non-well-defined generic types.protected static class
A tokenized list of generic types.protected static class
A list of tokenized type variables.