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
Methods 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.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.Methods in org.jboss.jandex with parameters of type IndexModifier and TypeMethodDescriptionintWrites the specified index to the associated output stream.intDeprecated.intWrites the specified index to the associated output stream.
IndexWriter.write(Index, int)