Uses of Class
org.jboss.classfilewriter.annotations.AnnotationValue
Packages that use AnnotationValue
-
Uses of AnnotationValue in org.jboss.classfilewriter.annotations
Subclasses of AnnotationValue in org.jboss.classfilewriter.annotationsModifier and TypeClassDescriptionclass
Represents a nestled annotation valueclass
An array annotation valueclass
A boolean annotation valueclass
a byte annotation valueclass
A char annotation valueclass
A class annotation valueclass
a double annotation valueclass
An enum annotation valueclass
A float annotation valueclass
An int annotation valueclass
A long annotation valueclass
short annotation valueclass
A string annotation valueMethods in org.jboss.classfilewriter.annotations that return AnnotationValueModifier and TypeMethodDescriptionstatic AnnotationValue
AnnotationBuilder.createValue
(ConstPool constPool, String name, Object value) Methods in org.jboss.classfilewriter.annotations that return types with arguments of type AnnotationValueConstructor parameters in org.jboss.classfilewriter.annotations with type arguments of type AnnotationValueModifierConstructorDescriptionArrayAnnotationValue
(ConstPool constPool, String name, List<AnnotationValue> value) ClassAnnotation
(ConstPool constPool, String type, List<AnnotationValue> annotationValues)