Uses of Class
org.jboss.jandex.ModuleInfo
-
Packages that use ModuleInfo Package Description org.jboss.jandex Jandex is a space efficient Java class file indexer and offline reflection library. -
-
Uses of ModuleInfo in org.jboss.jandex
Fields in org.jboss.jandex declared as ModuleInfo Modifier and Type Field Description private ModuleInfo
ClassInfo.ExtraInfo. module
Fields in org.jboss.jandex with type parameters of type ModuleInfo Modifier and Type Field Description (package private) java.util.Map<DotName,ModuleInfo>
Index. modules
private java.util.Map<DotName,ModuleInfo>
Indexer. modules
Methods in org.jboss.jandex that return ModuleInfo Modifier and Type Method Description ModuleInfo
CompositeIndex. getModuleByName(DotName moduleName)
Gets the module that was scanned during the indexing phase.ModuleInfo
EmptyIndex. getModuleByName(DotName moduleName)
ModuleInfo
Index. getModuleByName(DotName moduleName)
Gets the module that was scanned during the indexing phase.default ModuleInfo
IndexView. getModuleByName(java.lang.String moduleName)
Gets the module that was scanned during the indexing phase.ModuleInfo
IndexView. getModuleByName(DotName moduleName)
Gets the module that was scanned during the indexing phase.ModuleInfo
StackedIndex. getModuleByName(DotName moduleName)
ModuleInfo
ClassInfo. module()
Returns the module information from this class if it is a module descriptor, i.e.private ModuleInfo
IndexReaderV2. readModuleEntry(PackedDataInputStream stream, ClassInfo moduleInfoClass)
Methods in org.jboss.jandex that return types with arguments of type ModuleInfo Modifier and Type Method Description java.util.Collection<ModuleInfo>
CompositeIndex. getKnownModules()
Gets all known modules by this index (those which were scanned).java.util.Collection<ModuleInfo>
EmptyIndex. getKnownModules()
java.util.Collection<ModuleInfo>
Index. getKnownModules()
Gets all known modules by this index (those which were scanned).java.util.Collection<ModuleInfo>
IndexView. getKnownModules()
Gets all known modules by this index (those which were scanned).java.util.Collection<ModuleInfo>
StackedIndex. getKnownModules()
private java.util.Map<DotName,ModuleInfo>
IndexReaderV2. readModules(PackedDataInputStream stream, java.util.Map<DotName,java.util.List<AnnotationInstance>> masterAnnotations)
Methods in org.jboss.jandex with parameters of type ModuleInfo Modifier and Type Method Description private void
IndexWriterV2. addModule(ModuleInfo module)
(package private) void
ClassInfo. setModule(ModuleInfo module)
private void
IndexWriterV2. writeModuleEntry(PackedDataOutputStream stream, ModuleInfo module)
-