|
Java Annotation Indexer 1.0.0.Final | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Index in org.jboss.jandex |
---|
Methods in org.jboss.jandex that return Index | |
---|---|
Index |
Indexer.complete()
Completes, finalizes, and returns the index after zero or more calls to index. |
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. |
Index |
IndexReader.read()
Read the index at the associated stream of this reader. |
Methods in org.jboss.jandex with parameters of type Index | |
---|---|
int |
IndexWriter.write(Index index)
Writes the specified index to the associated output stream. |
|
Java Annotation Indexer 1.0.0.Final | ||||||||
PREV NEXT | FRAMES NO FRAMES |