Package | Description |
---|---|
org.jboss.classfilewriter.annotations |
Modifier and Type | Class and Description |
---|---|
class |
AnnotationAnnotationValue
Represents a nestled annotation value
|
class |
ArrayAnnotationValue
An array annotation value
|
class |
BooleanAnnotationValue
A boolean annotation value
|
class |
ByteAnnotationValue
a byte annotation value
|
class |
CharAnnotationValue
A char annotation value
|
class |
ClassAnnotationValue
A class annotation value
|
class |
DoubleAnnotationValue
a double annotation value
|
class |
EnumAnnotationValue
An enum annotation value
|
class |
FloatAnnotationValue
A float annotation value
|
class |
IntAnnotationValue
An int annotation value
|
class |
LongAnnotationValue
A long annotation value
|
class |
ShortAnnotationValue
short annotation value
|
class |
StringAnnotationValue
A string annotation value
|
Modifier and Type | Method and Description |
---|---|
static AnnotationValue |
AnnotationBuilder.createValue(ConstPool constPool,
String name,
Object value) |
Modifier and Type | Method and Description |
---|---|
List<AnnotationValue> |
ClassAnnotation.getAnnotationValues() |
Constructor and Description |
---|
ArrayAnnotationValue(ConstPool constPool,
String name,
List<AnnotationValue> value) |
ClassAnnotation(ConstPool constPool,
String type,
List<AnnotationValue> annotationValues) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.