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. -
-
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()AnnotationListAnnotationSource.Explicit. getDeclaredAnnotations()AnnotationListAnnotationSource. getDeclaredAnnotations()Returns a list of annotations that are declared by this instance.AnnotationListAnnotationList.AbstractBase. inherited(java.util.Set<? extends TypeDescription> ignoredTypes)AnnotationListAnnotationList.Empty. inherited(java.util.Set<? extends TypeDescription> ignoredTypes)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)AnnotationListAnnotationList.Empty. visibility(ElementMatcher<? super java.lang.annotation.RetentionPolicy> matcher)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()AnnotationListFieldDescription.Latent. getDeclaredAnnotations()AnnotationListFieldDescription.TypeSubstituting. getDeclaredAnnotations() -
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()AnnotationListMethodDescription.ForLoadedMethod. getDeclaredAnnotations()AnnotationListMethodDescription.Latent. getDeclaredAnnotations()AnnotationListMethodDescription.Latent.TypeInitializer. getDeclaredAnnotations()AnnotationListMethodDescription.TypeSubstituting. getDeclaredAnnotations()AnnotationListParameterDescription.ForLoadedParameter.OfConstructor. getDeclaredAnnotations()AnnotationListParameterDescription.ForLoadedParameter.OfLegacyVmConstructor. getDeclaredAnnotations()AnnotationListParameterDescription.ForLoadedParameter.OfLegacyVmMethod. getDeclaredAnnotations()AnnotationListParameterDescription.ForLoadedParameter.OfMethod. getDeclaredAnnotations()AnnotationListParameterDescription.Latent. getDeclaredAnnotations()AnnotationListParameterDescription.TypeSubstituting. getDeclaredAnnotations() -
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()AnnotationListTypeDescription.Generic.AnnotationReader.NoOp. asList()AnnotationListTypeVariableToken. getAnnotations()Returns the annotations on this type variable.AnnotationListPackageDescription.ForLoadedPackage. getDeclaredAnnotations()AnnotationListPackageDescription.Simple. getDeclaredAnnotations()AnnotationListTypeDescription.AbstractBase.OfSimpleType.WithDelegation. getDeclaredAnnotations()AnnotationListTypeDescription.ArrayProjection. getDeclaredAnnotations()AnnotationListTypeDescription.ForLoadedType. getDeclaredAnnotations()AnnotationListTypeDescription.ForPackageDescription. getDeclaredAnnotations()AnnotationListTypeDescription.Generic.LazyProjection.WithEagerNavigation.OfAnnotatedElement. getDeclaredAnnotations()AnnotationListTypeDescription.Generic.LazyProjection.WithLazyNavigation.LazyInterfaceType. getDeclaredAnnotations()AnnotationListTypeDescription.Generic.LazyProjection.WithLazyNavigation.LazySuperClass. getDeclaredAnnotations()AnnotationListTypeDescription.Generic.LazyProjection.WithLazyNavigation.OfAnnotatedElement. getDeclaredAnnotations()AnnotationListTypeDescription.Generic.LazyProjection.WithResolvedErasure. getDeclaredAnnotations()AnnotationListTypeDescription.Generic.OfGenericArray.ForLoadedType. getDeclaredAnnotations()AnnotationListTypeDescription.Generic.OfGenericArray.Latent. getDeclaredAnnotations()AnnotationListTypeDescription.Generic.OfNonGenericType.ForErasure. getDeclaredAnnotations()AnnotationListTypeDescription.Generic.OfNonGenericType.ForLoadedType. getDeclaredAnnotations()AnnotationListTypeDescription.Generic.OfNonGenericType.ForReifiedErasure. getDeclaredAnnotations()AnnotationListTypeDescription.Generic.OfNonGenericType.Latent. getDeclaredAnnotations()AnnotationListTypeDescription.Generic.OfParameterizedType.ForGenerifiedErasure. getDeclaredAnnotations()AnnotationListTypeDescription.Generic.OfParameterizedType.ForLoadedType. getDeclaredAnnotations()AnnotationListTypeDescription.Generic.OfParameterizedType.ForReifiedType. getDeclaredAnnotations()AnnotationListTypeDescription.Generic.OfParameterizedType.Latent. getDeclaredAnnotations()AnnotationListTypeDescription.Generic.OfTypeVariable.ForLoadedType. getDeclaredAnnotations()AnnotationListTypeDescription.Generic.OfTypeVariable.Symbolic. getDeclaredAnnotations()AnnotationListTypeDescription.Generic.OfTypeVariable.WithAnnotationOverlay. getDeclaredAnnotations()AnnotationListTypeDescription.Generic.OfWildcardType.ForLoadedType. getDeclaredAnnotations()AnnotationListTypeDescription.Generic.OfWildcardType.Latent. getDeclaredAnnotations()AnnotationListTypeDescription.Generic.Visitor.AnnotationStripper.NonAnnotatedTypeVariable. getDeclaredAnnotations()AnnotationListTypeDescription.Generic.Visitor.Substitutor.ForTypeVariableBinding.RetainedMethodTypeVariable. getDeclaredAnnotations()AnnotationListTypeDescription.Latent. getDeclaredAnnotations()AnnotationListTypeDescription.SuperTypeLoading.ClassLoadingTypeProjection. getDeclaredAnnotations()AnnotationListTypeDescription.SuperTypeLoading. getDeclaredAnnotations()AnnotationListTypeList.Generic.ForDetachedTypes.OfTypeVariables.AttachedTypeVariable. getDeclaredAnnotations()AnnotationListTypeDescription.AbstractBase. getInheritedAnnotations()AnnotationListTypeDescription.ArrayProjection. getInheritedAnnotations()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()AnnotationListTransformer.ForMethod.TransformedMethod. getDeclaredAnnotations()AnnotationListTransformer.ForMethod.TransformedMethod.TransformedParameter. getDeclaredAnnotations() -
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()AnnotationListInstrumentedType.Frozen. getDeclaredAnnotations()AnnotationListTypeWriter.MethodPool.Record.AccessBridgeWrapper.AccessorBridge. getDeclaredAnnotations()AnnotationListTypeWriter.MethodPool.Record.AccessBridgeWrapper.BridgeTarget. getDeclaredAnnotations()AnnotationListTypeWriter.MethodPool.Record.ForDefinedMethod.OfVisibilityBridge.VisibilityBridge. getDeclaredAnnotations() -
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()AnnotationListMethodRebaseResolver.Resolution.ForRebasedMethod.RebasedMethod. getDeclaredAnnotations() -
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()AnnotationListImplementation.Context.Default.CacheValueField. getDeclaredAnnotations()AnnotationListImplementation.Context.Default.FieldGetter. getDeclaredAnnotations()AnnotationListImplementation.Context.Default.FieldSetter. getDeclaredAnnotations() -
Uses of AnnotationList in net.bytebuddy.matcher
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 AnnotationListTypePool.Default.LazyTypeDescription.GenericTypeToken.ForGenericArray.LazyGenericArray. getDeclaredAnnotations()AnnotationListTypePool.Default.LazyTypeDescription.GenericTypeToken.ForLowerBoundWildcard.LazyLowerBoundWildcard. getDeclaredAnnotations()AnnotationListTypePool.Default.LazyTypeDescription.GenericTypeToken.ForParameterizedType.LazyParameterizedType. getDeclaredAnnotations()AnnotationListTypePool.Default.LazyTypeDescription.GenericTypeToken.ForParameterizedType.Nested.LazyParameterizedType. getDeclaredAnnotations()AnnotationListTypePool.Default.LazyTypeDescription.GenericTypeToken.ForPrimitiveType.LazyPrimitiveType. getDeclaredAnnotations()AnnotationListTypePool.Default.LazyTypeDescription.GenericTypeToken.ForTypeVariable.AnnotatedTypeVariable. getDeclaredAnnotations()AnnotationListTypePool.Default.LazyTypeDescription.GenericTypeToken.ForTypeVariable.Formal.LazyTypeVariable. getDeclaredAnnotations()AnnotationListTypePool.Default.LazyTypeDescription.GenericTypeToken.ForTypeVariable.UnresolvedTypeVariable. getDeclaredAnnotations()AnnotationListTypePool.Default.LazyTypeDescription.GenericTypeToken.ForUnboundWildcard.LazyUnboundWildcard. getDeclaredAnnotations()AnnotationListTypePool.Default.LazyTypeDescription.GenericTypeToken.ForUpperBoundWildcard.LazyUpperBoundWildcard. getDeclaredAnnotations()AnnotationListTypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.Raw.RawAnnotatedType. getDeclaredAnnotations()AnnotationListTypePool.Default.LazyTypeDescription. getDeclaredAnnotations()
-