Uses of Class
org.jboss.jandex.ModuleInfo
Packages that use ModuleInfo
Package
Description
Jandex is a space efficient Java class file indexer and offline reflection library.
-
Uses of ModuleInfo in org.jboss.jandex
Methods in org.jboss.jandex that return ModuleInfoModifier and TypeMethodDescriptionCompositeIndex.getModuleByName(DotName moduleName) Gets the module that was scanned during the indexing phase.EmptyIndex.getModuleByName(DotName moduleName) Index.getModuleByName(DotName moduleName) Gets the module that was scanned during the indexing phase.default ModuleInfoIndexView.getModuleByName(String 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.StackedIndex.getModuleByName(DotName moduleName) ClassInfo.module()Returns the module information from this class if it is a module descriptor, i.e.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).EmptyIndex.getKnownModules()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).StackedIndex.getKnownModules()