Uses of Class
org.jboss.jandex.ModuleInfo
-
Uses of ModuleInfo in org.jboss.jandex
Fields in org.jboss.jandex declared as ModuleInfoFields in org.jboss.jandex with type parameters of type ModuleInfoModifier and TypeFieldDescription(package private) final Map
<DotName, ModuleInfo> Index.modules
private Map
<DotName, ModuleInfo> Indexer.modules
Methods in org.jboss.jandex that return ModuleInfoModifier and TypeMethodDescriptionCompositeIndex.getModuleByName
(DotName moduleName) Gets the module that was scanned during the indexing phase.Index.getModuleByName
(DotName moduleName) Gets the module that was scanned during the indexing phase.IndexView.getModuleByName
(DotName moduleName) Gets the module that was scanned during the indexing phase.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 ModuleInfoModifier and TypeMethodDescriptionCompositeIndex.getKnownModules()
Gets all known modules by this index (those which were scanned).Index.getKnownModules()
Gets all known modules by this index (those which were scanned).IndexView.getKnownModules()
Gets all known modules by this index (those which were scanned).private Map
<DotName, ModuleInfo> IndexReaderV2.readModules
(PackedDataInputStream stream, Map<DotName, List<AnnotationInstance>> masterAnnotations, int version) Methods in org.jboss.jandex with parameters of type ModuleInfoModifier and TypeMethodDescriptionprivate void
IndexWriterV2.addModule
(ModuleInfo module) (package private) void
ClassInfo.setModule
(ModuleInfo module) private void
IndexWriterV2.writeModuleEntry
(PackedDataOutputStream stream, ModuleInfo module, int version)