|
Java Annotation Indexer 1.0.0.Final-redhat-1 | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AnnotationInstance in org.jboss.jandex |
---|
Methods in org.jboss.jandex that return AnnotationInstance | |
---|---|
AnnotationInstance |
AnnotationValue.asNested()
Returns a nested annotation represented by this value. |
AnnotationInstance[] |
AnnotationValue.asNestedArray()
Returns an array of nested annotations representing the underlying annotation array value. |
static AnnotationInstance |
AnnotationInstance.create(DotName name,
AnnotationTarget target,
AnnotationValue[] values)
Construct a new mock annotation instance. |
static AnnotationInstance |
AnnotationInstance.create(DotName name,
AnnotationTarget target,
List<AnnotationValue> values)
Construct a new mock annotation instance. |
Methods in org.jboss.jandex that return types with arguments of type AnnotationInstance | |
---|---|
Map<DotName,List<AnnotationInstance>> |
ClassInfo.annotations()
|
List<AnnotationInstance> |
Index.getAnnotations(DotName annotationName)
Obtains a list of instances for the specified annotation. |
Methods in org.jboss.jandex with parameters of type AnnotationInstance | |
---|---|
static AnnotationValue |
AnnotationValue.createNestedAnnotationValue(String name,
AnnotationInstance instance)
|
Method parameters in org.jboss.jandex with type arguments of type AnnotationInstance | |
---|---|
static ClassInfo |
ClassInfo.create(DotName name,
DotName superName,
short flags,
DotName[] interfaces,
Map<DotName,List<AnnotationInstance>> annotations)
Constructs a "mock" ClassInfo using the passed values. |
static Index |
Index.create(Map<DotName,List<AnnotationInstance>> annotations,
Map<DotName,List<ClassInfo>> subclasses,
Map<DotName,List<ClassInfo>> implementors,
Map<DotName,ClassInfo> classes)
Constructs a "mock" Index using the passed values. |
|
Java Annotation Indexer 1.0.0.Final-redhat-1 | ||||||||
PREV NEXT | FRAMES NO FRAMES |