Uses of Class
org.jboss.jandex.Index
-
Uses of Index in org.jboss.jandex
Fields in org.jboss.jandex declared as IndexMethods in org.jboss.jandex that return IndexModifier and TypeMethodDescriptionIndexer.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.static Index
Index.create
(Map<DotName, List<AnnotationInstance>> annotations, Map<DotName, List<ClassInfo>> subclasses, Map<DotName, List<ClassInfo>> implementors, Map<DotName, ClassInfo> classes, Map<DotName, List<ClassInfo>> users) Constructs a "mock" Index using the passed values.private Index
Main.getIndex
(long start) Result.getIndex()
static Index
Constructs an Index of class files found in the passed directories.static Index
Constructs an Index of the passed classes.static Index
Constructs an Index of the passed classes.IndexReader.read()
Read the index at the associated stream of this reader.(package private) abstract Index
IndexReaderImpl.read
(int version) (package private) Index
IndexReaderV1.read
(int version) Read the index at the associated stream of this reader.(package private) Index
IndexReaderV2.read
(int version) private Index
IndexReaderV1.readClasses
(PackedDataInputStream stream, int version) private Index
IndexReaderV2.readClasses
(PackedDataInputStream stream, int annotationsSize, int implementorsSize, int subclassesSize, int version) Methods in org.jboss.jandex with parameters of type IndexModifier and TypeMethodDescriptionprivate void
IndexWriterV1.buildAValueEntries
(Index index, AnnotationValue value) private void
IndexWriterV1.buildTables
(Index index) private void
IndexWriterV2.buildTables
(Index index, int version) private int
Result.countInstances
(Index index) int
Writes the specified index to the associated output stream.int
Deprecated.int
Writes the specified index to the associated output stream.(package private) abstract int
(package private) int
Writes the specified index to the associated output stream.(package private) int
Writes the specified index to the associated output stream.private void
IndexWriterV1.writeClasses
(PackedDataOutputStream stream, Index index, int version) private void
IndexWriterV2.writeClasses
(PackedDataOutputStream stream, Index index, int version) private void
IndexWriterV2.writeModules
(PackedDataOutputStream stream, Index index, int version) Constructors in org.jboss.jandex with parameters of type Index