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 additionalbooleanproperty.Returns a builder with the additionalbyteproperty.Returns a builder with the additionalcharproperty.Returns a builder with the additionaldoubleproperty.Returns a builder with the additionalfloatproperty.Returns a builder with the additionalintproperty.Returns a builder with the additionallongproperty.Returns a builder with the additionalshortproperty.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 additionalStringproperty.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 additionalbooleanarray property.AnnotationDescription.Builder.defineArray(String property, byte... value) Returns a builder with the additionalbytearray property.AnnotationDescription.Builder.defineArray(String property, char... value) Returns a builder with the additionalchararray property.AnnotationDescription.Builder.defineArray(String property, double... value) Returns a builder with the additionaldoublearray property.AnnotationDescription.Builder.defineArray(String property, float... value) Returns a builder with the additionalfloatarray property.AnnotationDescription.Builder.defineArray(String property, int... value) Returns a builder with the additionalintarray property.AnnotationDescription.Builder.defineArray(String property, long... value) Returns a builder with the additionallongarray property.AnnotationDescription.Builder.defineArray(String property, short... value) Returns a builder with the additionalshortarray property.AnnotationDescription.Builder.defineArray(String property, String... value) Returns a builder with the additionalStringarray 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.