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 aDynamicTypeby 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 creatingTypeDescriptions 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 classAnnotationList.AbstractBaseAn abstract base implementation of an annotation list.static classAnnotationList.EmptyRepresents an empty annotation list.static classAnnotationList.ExplicitRepresents a list of explicitly provided annotation descriptions.static classAnnotationList.ForLoadedAnnotationsDescribes an array of loadedAnnotations as an annotation list.Methods in net.bytebuddy.description.annotation that return AnnotationList Modifier and Type Method Description AnnotationListAnnotationSource.Empty. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListAnnotationSource.Explicit. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListAnnotationSource. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListAnnotationList.AbstractBase. inherited(java.util.Set<? extends TypeDescription> ignoredTypes)Returns only annotations that are marked asInheritedas long as they are not contained by the set of ignored annotation types.AnnotationListAnnotationList.Empty. inherited(java.util.Set<? extends TypeDescription> ignoredTypes)Returns only annotations that are marked asInheritedas long as they are not contained by the set of ignored annotation types.AnnotationListAnnotationList. inherited(java.util.Set<? extends TypeDescription> ignoredTypes)Returns only annotations that are marked asInheritedas long as they are not contained by the set of ignored annotation types.AnnotationListAnnotationList.AbstractBase. visibility(ElementMatcher<? super java.lang.annotation.RetentionPolicy> matcher)Only retains annotations with the given retention policy.AnnotationListAnnotationList.Empty. visibility(ElementMatcher<? super java.lang.annotation.RetentionPolicy> matcher)Only retains annotations with the given retention policy.AnnotationListAnnotationList. visibility(ElementMatcher<? super java.lang.annotation.RetentionPolicy> matcher)Only retains annotations with the given retention policy.protected AnnotationListAnnotationList.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 AnnotationListFieldDescription.Token. getAnnotations()Returns the annotations of the represented field.AnnotationListFieldDescription.ForLoadedField. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListFieldDescription.Latent. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListFieldDescription.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 AnnotationListMethodDescription.Token. getAnnotations()Returns the annotations of the represented method.AnnotationListParameterDescription.Token. getAnnotations()Returns the annotations of the represented method parameter.AnnotationListMethodDescription.ForLoadedConstructor. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListMethodDescription.ForLoadedMethod. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListMethodDescription.Latent. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListMethodDescription.Latent.TypeInitializer. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListMethodDescription.TypeSubstituting. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListParameterDescription.ForLoadedParameter.OfConstructor. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListParameterDescription.ForLoadedParameter.OfLegacyVmConstructor. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListParameterDescription.ForLoadedParameter.OfLegacyVmMethod. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListParameterDescription.ForLoadedParameter.OfMethod. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListParameterDescription.Latent. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListParameterDescription.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 AnnotationListTypeDescription.Generic.AnnotationReader. asList()Returns the underlying type annotations as a list.AnnotationListTypeDescription.Generic.AnnotationReader.Delegator. asList()Returns the underlying type annotations as a list.AnnotationListTypeDescription.Generic.AnnotationReader.NoOp. asList()Returns the underlying type annotations as a list.AnnotationListRecordComponentDescription.Token. getAnnotations()Returns the token's annotations.AnnotationListTypeVariableToken. getAnnotations()Returns the annotations on this type variable.AnnotationListPackageDescription.ForLoadedPackage. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListPackageDescription.Simple. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListRecordComponentDescription.ForLoadedRecordComponent. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListRecordComponentDescription.Latent. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListRecordComponentDescription.TypeSubstituting. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypeDescription.AbstractBase.OfSimpleType.WithDelegation. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypeDescription.ArrayProjection. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypeDescription.ForLoadedType. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypeDescription.ForPackageDescription. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypeDescription.Generic.LazyProjection.WithEagerNavigation.OfAnnotatedElement. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypeDescription.Generic.LazyProjection.WithLazyNavigation.LazyInterfaceType. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypeDescription.Generic.LazyProjection.WithLazyNavigation.LazySuperClass. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypeDescription.Generic.LazyProjection.WithLazyNavigation.OfAnnotatedElement. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypeDescription.Generic.LazyProjection.WithResolvedErasure. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypeDescription.Generic.OfGenericArray.ForLoadedType. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypeDescription.Generic.OfGenericArray.Latent. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypeDescription.Generic.OfNonGenericType.ForErasure. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypeDescription.Generic.OfNonGenericType.ForLoadedType. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypeDescription.Generic.OfNonGenericType.ForReifiedErasure. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypeDescription.Generic.OfNonGenericType.Latent. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypeDescription.Generic.OfParameterizedType.ForGenerifiedErasure. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypeDescription.Generic.OfParameterizedType.ForLoadedType. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypeDescription.Generic.OfParameterizedType.ForReifiedType. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypeDescription.Generic.OfParameterizedType.Latent. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypeDescription.Generic.OfTypeVariable.ForLoadedType. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypeDescription.Generic.OfTypeVariable.Symbolic. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypeDescription.Generic.OfTypeVariable.WithAnnotationOverlay. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypeDescription.Generic.OfWildcardType.ForLoadedType. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypeDescription.Generic.OfWildcardType.Latent. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypeDescription.Generic.Visitor.AnnotationStripper.NonAnnotatedTypeVariable. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypeDescription.Generic.Visitor.Substitutor.ForTypeVariableBinding.RetainedMethodTypeVariable. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypeDescription.Latent. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypeDescription.SuperTypeLoading.ClassLoadingTypeProjection. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypeDescription.SuperTypeLoading. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypeList.Generic.ForDetachedTypes.OfTypeVariables.AttachedTypeVariable. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypeDescription.AbstractBase. getInheritedAnnotations()Returns the annotations that this type declares or inherits from super types.AnnotationListTypeDescription.ArrayProjection. getInheritedAnnotations()Returns the annotations that this type declares or inherits from super types.AnnotationListTypeDescription. 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 AnnotationListTransformer.ForField.TransformedField. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTransformer.ForMethod.TransformedMethod. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTransformer.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 AnnotationListInstrumentedType.Default. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListInstrumentedType.Frozen. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypeWriter.MethodPool.Record.AccessBridgeWrapper.AccessorBridge. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypeWriter.MethodPool.Record.AccessBridgeWrapper.BridgeTarget. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypeWriter.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 AnnotationListMethodRebaseResolver.Resolution.ForRebasedConstructor.RebasedConstructor. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListMethodRebaseResolver.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 AnnotationListImplementation.Context.Default.AccessorMethod. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListImplementation.Context.Default.CacheValueField. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListImplementation.Context.Default.FieldGetter. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListImplementation.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. matcherThe matcher to be applied to the provided annotation list.private ElementMatcher<? super AnnotationList>InheritedAnnotationMatcher. matcherThe 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 AnnotationListTypePool.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 AnnotationListTypePool.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.AnnotationListTypePool.Default.LazyTypeDescription.GenericTypeToken.ForGenericArray.LazyGenericArray. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypePool.Default.LazyTypeDescription.GenericTypeToken.ForLowerBoundWildcard.LazyLowerBoundWildcard. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypePool.Default.LazyTypeDescription.GenericTypeToken.ForParameterizedType.LazyParameterizedType. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypePool.Default.LazyTypeDescription.GenericTypeToken.ForParameterizedType.Nested.LazyParameterizedType. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypePool.Default.LazyTypeDescription.GenericTypeToken.ForPrimitiveType.LazyPrimitiveType. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypePool.Default.LazyTypeDescription.GenericTypeToken.ForTypeVariable.AnnotatedTypeVariable. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypePool.Default.LazyTypeDescription.GenericTypeToken.ForTypeVariable.Formal.LazyTypeVariable. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypePool.Default.LazyTypeDescription.GenericTypeToken.ForTypeVariable.UnresolvedTypeVariable. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypePool.Default.LazyTypeDescription.GenericTypeToken.ForUnboundWildcard.LazyUnboundWildcard. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypePool.Default.LazyTypeDescription.GenericTypeToken.ForUpperBoundWildcard.LazyUpperBoundWildcard. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.Raw.RawAnnotatedType. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypePool.Default.LazyTypeDescription. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypePool.Default.LazyTypeDescription.LazyFieldDescription. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypePool.Default.LazyTypeDescription.LazyMethodDescription. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypePool.Default.LazyTypeDescription.LazyMethodDescription.LazyNonGenericReceiverType. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypePool.Default.LazyTypeDescription.LazyMethodDescription.LazyParameterDescription. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypePool.Default.LazyTypeDescription.LazyMethodDescription.LazyParameterizedReceiverType. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypePool.Default.LazyTypeDescription.LazyMethodDescription.LazyParameterizedReceiverType.TypeArgumentList.AnnotatedTypeVariable. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypePool.Default.LazyTypeDescription.LazyPackageDescription. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypePool.Default.LazyTypeDescription.LazyRecordComponentDescription. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypePool.Default.LazyTypeDescription.TokenizedGenericType. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListTypePool.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 AnnotationListJavaModule. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.
-