Uses of Class
org.jboss.jandex.Index
Packages that use Index
Package
Description
Jandex is a space efficient Java class file indexer and offline reflection library.
-
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 toindex().static IndexIndex.create(Map<DotName, List<AnnotationInstance>> annotations, Map<DotName, List<ClassInfo>> subclasses, Map<DotName, List<ClassInfo>> subinterfaces, Map<DotName, List<ClassInfo>> implementors, Map<DotName, ClassInfo> classes, Map<DotName, List<ClassInfo>> users) Constructs a "mock" Index using the passed values.static IndexIndex.create(Map<DotName, List<AnnotationInstance>> annotations, Map<DotName, List<ClassInfo>> subclasses, Map<DotName, List<ClassInfo>> subinterfaces, Map<DotName, List<ClassInfo>> implementors, Map<DotName, ClassInfo> classes, Map<DotName, ModuleInfo> modules, Map<DotName, List<ClassInfo>> users) Constructs a "mock" Index using the passed values.static IndexIndex.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 IndexIndex.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 IndexMain.getIndex(long start) Result.getIndex()static IndexConstructs an Index of the passed files and directories.static IndexConstructs an Index of the passed classes.static IndexConstructs an Index of the passed classes.IndexReader.read()Read the index at the associated stream of this reader.(package private) abstract IndexIndexReaderImpl.read()(package private) IndexIndexReaderV1.read()Read the index at the associated stream of this reader.(package private) IndexIndexReaderV2.read()private IndexIndexReaderV1.readClasses(PackedDataInputStream stream) private IndexIndexReaderV2.readClasses(PackedDataInputStream stream, int annotationsSize, int implementorsSize, int subinterfacesSize, int subclassesSize) Methods in org.jboss.jandex with parameters of type IndexModifier and TypeMethodDescriptionprivate voidIndexWriterV1.buildAValueEntries(Index index, AnnotationValue value) private voidIndexWriterV1.buildTables(Index index) private voidIndexWriterV2.buildTables(Index index) private intResult.countInstances(Index index) intWrites the specified index to the associated output stream.intDeprecated.intWrites the specified index to the associated output stream.(package private) abstract int(package private) intWrites the specified index to the associated output stream.(package private) intWrites the specified index to the associated output stream.private voidIndexWriterV1.writeClasses(PackedDataOutputStream stream, Index index) private voidIndexWriterV2.writeClasses(PackedDataOutputStream stream, Index index) private voidIndexWriterV2.writeModules(PackedDataOutputStream stream, Index index) Constructors in org.jboss.jandex with parameters of type Index -
Uses of Index in org.jboss.jandex.maven
Methods in org.jboss.jandex.maven that return Index
IndexWriter.write(Index, int)