Uses of Class
org.jboss.jandex.Index
-
-
Uses of Index in org.jboss.jandex
Methods in org.jboss.jandex that return Index Modifier and Type Method Description 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.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.Index
Result. getIndex()
static Index
Index. of(File... directories)
Constructs an Index of class files found in the passed directories.static Index
Index. of(Class<?>... classes)
Constructs an Index of the passed classes.static Index
Index. of(Iterable<Class<?>> classes)
Constructs an Index of the passed classes.Index
IndexReader. read()
Read the index at the associated stream of this reader.Methods in org.jboss.jandex with parameters of type Index Modifier and Type Method Description int
IndexWriter. write(Index index)
Writes the specified index to the associated output stream.int
IndexWriter. write(Index index, byte version)
Deprecated.int
IndexWriter. write(Index index, int version)
Writes the specified index to the associated output stream.
-