Uses of Interface
net.bytebuddy.description.annotation.AnnotationList
-
Packages that use AnnotationList Package Description net.bytebuddy.description.annotation Contains descriptions of annotations and annotation values.net.bytebuddy.description.field Contains descriptions of Java fields.net.bytebuddy.description.method Contains descriptions of Java methods and constructors as well as their parameters.net.bytebuddy.description.type Contains descriptions of Java types and packages.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.dynamic.scaffold This package contains helper types and implementations that are responsible for the actual writing of a byte array representing a Java class.net.bytebuddy.dynamic.scaffold.inline All classes and types in this package are related to creating aDynamicType
by enhancing a given type.net.bytebuddy.implementation The implementation package contains any logic for intercepting method calls.net.bytebuddy.matcher Contains an API for matching Java byte code entities.net.bytebuddy.pool Classes of this package allow for the creatingTypeDescription
s without loading any classes.net.bytebuddy.utility This package contains utility classes for common use within any Byte Buddy logic. -
-
Uses of AnnotationList in net.bytebuddy.description.annotation
Classes in net.bytebuddy.description.annotation that implement AnnotationList Modifier and Type Class Description static class
AnnotationList.AbstractBase
An abstract base implementation of an annotation list.static class
AnnotationList.Empty
Represents an empty annotation list.static class
AnnotationList.Explicit
Represents a list of explicitly provided annotation descriptions.static class
AnnotationList.ForLoadedAnnotations
Describes an array of loadedAnnotation
s as an annotation list.Methods in net.bytebuddy.description.annotation that return AnnotationList Modifier and Type Method Description AnnotationList
AnnotationSource.Empty. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
AnnotationSource.Explicit. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
AnnotationSource. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
AnnotationList.AbstractBase. inherited(java.util.Set<? extends TypeDescription> ignoredTypes)
Returns only annotations that are marked asInherited
as long as they are not contained by the set of ignored annotation types.AnnotationList
AnnotationList.Empty. inherited(java.util.Set<? extends TypeDescription> ignoredTypes)
Returns only annotations that are marked asInherited
as long as they are not contained by the set of ignored annotation types.AnnotationList
AnnotationList. inherited(java.util.Set<? extends TypeDescription> ignoredTypes)
Returns only annotations that are marked asInherited
as long as they are not contained by the set of ignored annotation types.AnnotationList
AnnotationList.AbstractBase. visibility(ElementMatcher<? super java.lang.annotation.RetentionPolicy> matcher)
Only retains annotations with the given retention policy.AnnotationList
AnnotationList.Empty. visibility(ElementMatcher<? super java.lang.annotation.RetentionPolicy> matcher)
Only retains annotations with the given retention policy.AnnotationList
AnnotationList. visibility(ElementMatcher<? super java.lang.annotation.RetentionPolicy> matcher)
Only retains annotations with the given retention policy.protected AnnotationList
AnnotationList.AbstractBase. wrap(java.util.List<AnnotationDescription> values)
Methods in net.bytebuddy.description.annotation that return types with arguments of type AnnotationList Modifier and Type Method Description static java.util.List<AnnotationList>
AnnotationList.Empty. asList(int length)
Creates a list of empty annotation lists of the given dimension.static java.util.List<AnnotationList>
AnnotationList.Explicit. asList(java.util.List<? extends java.util.List<? extends AnnotationDescription>> annotations)
Creates a list of annotation lists for a given multidimensional list of annotation descriptions.static java.util.List<AnnotationList>
AnnotationList.ForLoadedAnnotations. asList(java.lang.annotation.Annotation[][] annotations)
Creates a list of annotation lists representing the given loaded annotations. -
Uses of AnnotationList in net.bytebuddy.description.field
Methods in net.bytebuddy.description.field that return AnnotationList Modifier and Type Method Description AnnotationList
FieldDescription.Token. getAnnotations()
Returns the annotations of the represented field.AnnotationList
FieldDescription.ForLoadedField. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
FieldDescription.Latent. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
FieldDescription.TypeSubstituting. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance. -
Uses of AnnotationList in net.bytebuddy.description.method
Methods in net.bytebuddy.description.method that return AnnotationList Modifier and Type Method Description AnnotationList
MethodDescription.Token. getAnnotations()
Returns the annotations of the represented method.AnnotationList
ParameterDescription.Token. getAnnotations()
Returns the annotations of the represented method parameter.AnnotationList
MethodDescription.ForLoadedConstructor. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
MethodDescription.ForLoadedMethod. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
MethodDescription.Latent. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
MethodDescription.Latent.TypeInitializer. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
MethodDescription.TypeSubstituting. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
ParameterDescription.ForLoadedParameter.OfConstructor. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
ParameterDescription.ForLoadedParameter.OfLegacyVmConstructor. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
ParameterDescription.ForLoadedParameter.OfLegacyVmMethod. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
ParameterDescription.ForLoadedParameter.OfMethod. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
ParameterDescription.Latent. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
ParameterDescription.TypeSubstituting. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance. -
Uses of AnnotationList in net.bytebuddy.description.type
Methods in net.bytebuddy.description.type that return AnnotationList Modifier and Type Method Description AnnotationList
TypeDescription.Generic.AnnotationReader. asList()
Returns the underlying type annotations as a list.AnnotationList
TypeDescription.Generic.AnnotationReader.Delegator. asList()
Returns the underlying type annotations as a list.AnnotationList
TypeDescription.Generic.AnnotationReader.NoOp. asList()
Returns the underlying type annotations as a list.AnnotationList
RecordComponentDescription.Token. getAnnotations()
Returns the token's annotations.AnnotationList
TypeVariableToken. getAnnotations()
Returns the annotations on this type variable.AnnotationList
PackageDescription.ForLoadedPackage. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
PackageDescription.Simple. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
RecordComponentDescription.ForLoadedRecordComponent. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
RecordComponentDescription.Latent. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
RecordComponentDescription.TypeSubstituting. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypeDescription.AbstractBase.OfSimpleType.WithDelegation. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypeDescription.ArrayProjection. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypeDescription.ForLoadedType. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypeDescription.ForPackageDescription. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypeDescription.Generic.LazyProjection.WithEagerNavigation.OfAnnotatedElement. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypeDescription.Generic.LazyProjection.WithLazyNavigation.LazyInterfaceType. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypeDescription.Generic.LazyProjection.WithLazyNavigation.LazySuperClass. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypeDescription.Generic.LazyProjection.WithLazyNavigation.OfAnnotatedElement. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypeDescription.Generic.LazyProjection.WithResolvedErasure. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypeDescription.Generic.OfGenericArray.ForLoadedType. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypeDescription.Generic.OfGenericArray.Latent. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypeDescription.Generic.OfNonGenericType.ForErasure. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypeDescription.Generic.OfNonGenericType.ForLoadedType. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypeDescription.Generic.OfNonGenericType.ForReifiedErasure. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypeDescription.Generic.OfNonGenericType.Latent. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypeDescription.Generic.OfParameterizedType.ForGenerifiedErasure. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypeDescription.Generic.OfParameterizedType.ForLoadedType. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypeDescription.Generic.OfParameterizedType.ForReifiedType. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypeDescription.Generic.OfParameterizedType.Latent. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypeDescription.Generic.OfTypeVariable.ForLoadedType. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypeDescription.Generic.OfTypeVariable.Symbolic. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypeDescription.Generic.OfTypeVariable.WithAnnotationOverlay. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypeDescription.Generic.OfWildcardType.ForLoadedType. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypeDescription.Generic.OfWildcardType.Latent. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypeDescription.Generic.Visitor.AnnotationStripper.NonAnnotatedTypeVariable. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypeDescription.Generic.Visitor.Substitutor.ForTypeVariableBinding.RetainedMethodTypeVariable. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypeDescription.Latent. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypeDescription.SuperTypeLoading.ClassLoadingTypeProjection. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypeDescription.SuperTypeLoading. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypeList.Generic.ForDetachedTypes.OfTypeVariables.AttachedTypeVariable. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypeDescription.AbstractBase. getInheritedAnnotations()
Returns the annotations that this type declares or inherits from super types.AnnotationList
TypeDescription.ArrayProjection. getInheritedAnnotations()
Returns the annotations that this type declares or inherits from super types.AnnotationList
TypeDescription. getInheritedAnnotations()
Returns the annotations that this type declares or inherits from super types. -
Uses of AnnotationList in net.bytebuddy.dynamic
Methods in net.bytebuddy.dynamic that return AnnotationList Modifier and Type Method Description AnnotationList
Transformer.ForField.TransformedField. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
Transformer.ForMethod.TransformedMethod. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
Transformer.ForMethod.TransformedMethod.TransformedParameter. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance. -
Uses of AnnotationList in net.bytebuddy.dynamic.scaffold
Methods in net.bytebuddy.dynamic.scaffold that return AnnotationList Modifier and Type Method Description AnnotationList
InstrumentedType.Default. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
InstrumentedType.Frozen. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypeWriter.MethodPool.Record.AccessBridgeWrapper.AccessorBridge. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypeWriter.MethodPool.Record.AccessBridgeWrapper.BridgeTarget. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypeWriter.MethodPool.Record.ForDefinedMethod.OfVisibilityBridge.VisibilityBridge. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance. -
Uses of AnnotationList in net.bytebuddy.dynamic.scaffold.inline
Methods in net.bytebuddy.dynamic.scaffold.inline that return AnnotationList Modifier and Type Method Description AnnotationList
MethodRebaseResolver.Resolution.ForRebasedConstructor.RebasedConstructor. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
MethodRebaseResolver.Resolution.ForRebasedMethod.RebasedMethod. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance. -
Uses of AnnotationList in net.bytebuddy.implementation
Methods in net.bytebuddy.implementation that return AnnotationList Modifier and Type Method Description AnnotationList
Implementation.Context.Default.AccessorMethod. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
Implementation.Context.Default.CacheValueField. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
Implementation.Context.Default.FieldGetter. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
Implementation.Context.Default.FieldSetter. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance. -
Uses of AnnotationList in net.bytebuddy.matcher
Fields in net.bytebuddy.matcher with type parameters of type AnnotationList Modifier and Type Field Description private ElementMatcher<? super AnnotationList>
DeclaringAnnotationMatcher. matcher
The matcher to be applied to the provided annotation list.private ElementMatcher<? super AnnotationList>
InheritedAnnotationMatcher. matcher
The matcher to be applied to the provided annotation list.Constructor parameters in net.bytebuddy.matcher with type arguments of type AnnotationList Constructor Description DeclaringAnnotationMatcher(ElementMatcher<? super AnnotationList> matcher)
Creates a new matcher for the annotations of an annotated element.InheritedAnnotationMatcher(ElementMatcher<? super AnnotationList> matcher)
Creates a new matcher for the inherited annotations of a type description. -
Uses of AnnotationList in net.bytebuddy.pool
Methods in net.bytebuddy.pool that return AnnotationList Modifier and Type Method Description protected static AnnotationList
TypePool.Default.LazyTypeDescription.LazyAnnotationDescription. asList(TypePool typePool, java.util.List<? extends TypePool.Default.LazyTypeDescription.AnnotationToken> tokens)
Represents a list of annotation tokens in form of a list of lazy type annotations.protected static AnnotationList
TypePool.Default.LazyTypeDescription.LazyAnnotationDescription. asListOfNullable(TypePool typePool, java.util.List<? extends TypePool.Default.LazyTypeDescription.AnnotationToken> tokens)
Represents a list of annotation tokens in form of a list of lazy type annotations.AnnotationList
TypePool.Default.LazyTypeDescription.GenericTypeToken.ForGenericArray.LazyGenericArray. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypePool.Default.LazyTypeDescription.GenericTypeToken.ForLowerBoundWildcard.LazyLowerBoundWildcard. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypePool.Default.LazyTypeDescription.GenericTypeToken.ForParameterizedType.LazyParameterizedType. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypePool.Default.LazyTypeDescription.GenericTypeToken.ForParameterizedType.Nested.LazyParameterizedType. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypePool.Default.LazyTypeDescription.GenericTypeToken.ForPrimitiveType.LazyPrimitiveType. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypePool.Default.LazyTypeDescription.GenericTypeToken.ForTypeVariable.AnnotatedTypeVariable. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypePool.Default.LazyTypeDescription.GenericTypeToken.ForTypeVariable.Formal.LazyTypeVariable. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypePool.Default.LazyTypeDescription.GenericTypeToken.ForTypeVariable.UnresolvedTypeVariable. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypePool.Default.LazyTypeDescription.GenericTypeToken.ForUnboundWildcard.LazyUnboundWildcard. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypePool.Default.LazyTypeDescription.GenericTypeToken.ForUpperBoundWildcard.LazyUpperBoundWildcard. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.Raw.RawAnnotatedType. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypePool.Default.LazyTypeDescription. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypePool.Default.LazyTypeDescription.LazyFieldDescription. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypePool.Default.LazyTypeDescription.LazyMethodDescription. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypePool.Default.LazyTypeDescription.LazyMethodDescription.LazyNonGenericReceiverType. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypePool.Default.LazyTypeDescription.LazyMethodDescription.LazyParameterDescription. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypePool.Default.LazyTypeDescription.LazyMethodDescription.LazyParameterizedReceiverType. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypePool.Default.LazyTypeDescription.LazyMethodDescription.LazyParameterizedReceiverType.TypeArgumentList.AnnotatedTypeVariable. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypePool.Default.LazyTypeDescription.LazyPackageDescription. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypePool.Default.LazyTypeDescription.LazyRecordComponentDescription. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypePool.Default.LazyTypeDescription.TokenizedGenericType. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.AnnotationList
TypePool.Default.LazyTypeDescription.TokenizedGenericType.Malformed. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance. -
Uses of AnnotationList in net.bytebuddy.utility
Methods in net.bytebuddy.utility that return AnnotationList Modifier and Type Method Description AnnotationList
JavaModule. getDeclaredAnnotations()
Returns a list of annotations that are declared by this instance.
-