Uses of Class
org.jboss.classfilewriter.annotations.AnnotationValue
-
Packages that use AnnotationValue Package Description org.jboss.classfilewriter.annotations -
-
Uses of AnnotationValue in org.jboss.classfilewriter.annotations
Subclasses of AnnotationValue in org.jboss.classfilewriter.annotations Modifier and Type Class Description class
AnnotationAnnotationValue
Represents a nestled annotation valueclass
ArrayAnnotationValue
An array annotation valueclass
BooleanAnnotationValue
A boolean annotation valueclass
ByteAnnotationValue
a byte annotation valueclass
CharAnnotationValue
A char annotation valueclass
ClassAnnotationValue
A class annotation valueclass
DoubleAnnotationValue
a double annotation valueclass
EnumAnnotationValue
An enum annotation valueclass
FloatAnnotationValue
A float annotation valueclass
IntAnnotationValue
An int annotation valueclass
LongAnnotationValue
A long annotation valueclass
ShortAnnotationValue
short annotation valueclass
StringAnnotationValue
A string annotation valueFields in org.jboss.classfilewriter.annotations with type parameters of type AnnotationValue Modifier and Type Field Description private java.util.List<AnnotationValue>
ClassAnnotation. annotationValues
private java.util.List<AnnotationValue>
ArrayAnnotationValue. value
Methods in org.jboss.classfilewriter.annotations that return AnnotationValue Modifier and Type Method Description static AnnotationValue
AnnotationBuilder. createValue(ConstPool constPool, java.lang.String name, java.lang.Object value)
Methods in org.jboss.classfilewriter.annotations that return types with arguments of type AnnotationValue Modifier and Type Method Description java.util.List<AnnotationValue>
ClassAnnotation. getAnnotationValues()
Constructor parameters in org.jboss.classfilewriter.annotations with type arguments of type AnnotationValue Constructor Description ArrayAnnotationValue(ConstPool constPool, java.lang.String name, java.util.List<AnnotationValue> value)
ClassAnnotation(ConstPool constPool, java.lang.String type, java.util.List<AnnotationValue> annotationValues)
-