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 IndexIndexer. complete()Completes, finalizes, and returns the index after zero or more calls to index.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.IndexResult. getIndex()static IndexIndex. of(File... directories)Constructs an Index of class files found in the passed directories.static IndexIndex. of(Class<?>... classes)Constructs an Index of the passed classes.static IndexIndex. of(Iterable<Class<?>> classes)Constructs an Index of the passed classes.IndexIndexReader. 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 intIndexWriter. write(Index index)Writes the specified index to the associated output stream.intIndexWriter. write(Index index, byte version)Deprecated.intIndexWriter. write(Index index, int version)Writes the specified index to the associated output stream.
-