Uses of Class
net.bytebuddy.description.annotation.AnnotationDescription.Builder
Packages that use AnnotationDescription.Builder
Package
Description
Contains descriptions of annotations and annotation values.
-
Uses of AnnotationDescription.Builder in net.bytebuddy.description.annotation
Methods in net.bytebuddy.description.annotation that return AnnotationDescription.BuilderModifier and TypeMethodDescriptionReturns a builder with the additionalboolean
property.Returns a builder with the additionalbyte
property.Returns a builder with the additionalchar
property.Returns a builder with the additionaldouble
property.Returns a builder with the additionalfloat
property.Returns a builder with the additionalint
property.Returns a builder with the additionallong
property.Returns a builder with the additionalshort
property.AnnotationDescription.Builder.define
(String property, Annotation annotation) Returns a builder with the additional annotation property.Returns a builder with the additional class property.Returns a builder with the additional enumeration property.Returns a builder with the additionalString
property.AnnotationDescription.Builder.define
(String property, AnnotationDescription annotationDescription) Returns a builder with the additional annotation property.AnnotationDescription.Builder.define
(String property, AnnotationValue<?, ?> value) Returns a builder with the additional, given property.AnnotationDescription.Builder.define
(String property, EnumerationDescription value) Returns a builder with the additional enumeration property.AnnotationDescription.Builder.define
(String property, TypeDescription typeDescription) Returns a builder with the additional class property.AnnotationDescription.Builder.define
(String property, TypeDescription enumerationType, String value) Returns a builder with the additional enumeration property.<T extends Annotation>
AnnotationDescription.BuilderAnnotationDescription.Builder.defineAnnotationArray
(String property, Class<T> annotationType, T... annotation) Returns a builder with the additional annotation array property.AnnotationDescription.Builder.defineAnnotationArray
(String property, TypeDescription annotationType, AnnotationDescription... annotationDescription) Returns a builder with the additional annotation array property.AnnotationDescription.Builder.defineArray
(String property, boolean... value) Returns a builder with the additionalboolean
array property.AnnotationDescription.Builder.defineArray
(String property, byte... value) Returns a builder with the additionalbyte
array property.AnnotationDescription.Builder.defineArray
(String property, char... value) Returns a builder with the additionalchar
array property.AnnotationDescription.Builder.defineArray
(String property, double... value) Returns a builder with the additionaldouble
array property.AnnotationDescription.Builder.defineArray
(String property, float... value) Returns a builder with the additionalfloat
array property.AnnotationDescription.Builder.defineArray
(String property, int... value) Returns a builder with the additionalint
array property.AnnotationDescription.Builder.defineArray
(String property, long... value) Returns a builder with the additionallong
array property.AnnotationDescription.Builder.defineArray
(String property, short... value) Returns a builder with the additionalshort
array property.AnnotationDescription.Builder.defineArray
(String property, String... value) Returns a builder with the additionalString
array property.<T extends Enum<?>>
AnnotationDescription.BuilderAnnotationDescription.Builder.defineEnumerationArray
(String property, Class<T> enumerationType, T... value) Returns a builder with the additional enumeration array property.AnnotationDescription.Builder.defineEnumerationArray
(String property, TypeDescription enumerationType, String... value) Returns a builder with the additional enumeration array property.AnnotationDescription.Builder.defineEnumerationArray
(String property, TypeDescription enumerationType, EnumerationDescription... value) Returns a builder with the additional enumeration array property.AnnotationDescription.Builder.defineTypeArray
(String property, Class<?>... type) Returns a builder with the additional type array property.AnnotationDescription.Builder.defineTypeArray
(String property, TypeDescription... typeDescription) Returns a builder with the additional type array property.AnnotationDescription.Builder.ofType
(Class<? extends Annotation> annotationType) Creates a builder for creating an annotation of the given type.AnnotationDescription.Builder.ofType
(TypeDescription annotationType) Creates a builder for creating an annotation of the given type.