Uses of Interface
net.bytebuddy.matcher.FilterableList
Packages that use FilterableList
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.
Contains an API for matching Java byte code entities.
Classes of this package allow for the creating
TypeDescription
s without
loading any classes.-
Uses of FilterableList in net.bytebuddy.description
Classes in net.bytebuddy.description that implement FilterableListModifier and TypeClassDescriptionstatic class
ByteCodeElement.Token.TokenList<S extends ByteCodeElement.Token<S>>
A list of tokens. -
Uses of FilterableList in net.bytebuddy.description.annotation
Subinterfaces of FilterableList in net.bytebuddy.description.annotationModifier and TypeInterfaceDescriptioninterface
Defines a list of annotation instances.Classes in net.bytebuddy.description.annotation that implement FilterableListModifier and TypeClassDescriptionstatic class
An abstract base implementation of an annotation list.static class
Represents an empty 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 in net.bytebuddy.description.field
Subinterfaces of FilterableList in net.bytebuddy.description.fieldModifier and TypeInterfaceDescriptioninterface
FieldList<T extends FieldDescription>
Implementations represent a list of field descriptions.Classes in net.bytebuddy.description.field that implement FilterableListModifier and TypeClassDescriptionstatic class
FieldList.AbstractBase<S extends FieldDescription>
An abstract base implementation of aFieldList
.static class
FieldList.Empty<S extends FieldDescription>
An implementation of an empty field list.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 in net.bytebuddy.description.method
Subinterfaces of FilterableList in net.bytebuddy.description.methodModifier and TypeInterfaceDescriptioninterface
MethodList<T extends MethodDescription>
Implementations represent a list of method descriptions.interface
ParameterList<T extends ParameterDescription>
Represents a list of parameters of a method or a constructor.Classes in net.bytebuddy.description.method that implement FilterableListModifier and TypeClassDescriptionstatic class
MethodList.AbstractBase<S extends MethodDescription>
A base implementation of aMethodList
.static class
MethodList.Empty<S extends MethodDescription>
An implementation of an empty method list.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.Empty<S extends ParameterDescription>
An empty list of parameters.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 in net.bytebuddy.description.type
Subinterfaces of FilterableList in net.bytebuddy.description.typeModifier and TypeInterfaceDescriptioninterface
RecordComponentList<T extends RecordComponentDescription>
Implementations represent a list of record component descriptions.interface
Implementations represent a list of type descriptions.static interface
A list containing descriptions of generic types.Classes in net.bytebuddy.description.type that implement FilterableListModifier and TypeClassDescriptionstatic class
An abstract base implementation of a list of record components.static class
An empty 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
An implementation of an empty 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 empty list of generic types.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 in net.bytebuddy.dynamic
Classes in net.bytebuddy.dynamic that implement FilterableListModifier and TypeClassDescriptionprotected class
A parameter list representing the transformed method's parameters. -
Uses of FilterableList in net.bytebuddy.dynamic.scaffold
Classes in net.bytebuddy.dynamic.scaffold that implement FilterableListModifier 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 in net.bytebuddy.matcher
Classes in net.bytebuddy.matcher with type parameters of type FilterableListModifier and TypeInterfaceDescriptioninterface
FilterableList<T,
S extends FilterableList<T, S>> A filterable list allows to use anElementMatcher
to reduce a lists to elements that are matched by this matcher in this list.static class
FilterableList.AbstractBase<T,
S extends FilterableList<T, S>> A base implementation of aFilterableList
.static class
FilterableList.Empty<T,
S extends FilterableList<T, S>> An implementation of an emptyFilterableList
.Classes in net.bytebuddy.matcher that implement FilterableListModifier and TypeClassDescriptionstatic class
FilterableList.AbstractBase<T,
S extends FilterableList<T, S>> A base implementation of aFilterableList
.static class
FilterableList.Empty<T,
S extends FilterableList<T, S>> An implementation of an emptyFilterableList
. -
Uses of FilterableList in net.bytebuddy.pool
Classes in net.bytebuddy.pool that implement FilterableListModifier 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.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.