Uses of Class
io.github.classgraph.ModuleInfo
Packages that use ModuleInfo
-
Uses of ModuleInfo in io.github.classgraph
Subclasses with type arguments of type ModuleInfo in io.github.classgraphClasses in io.github.classgraph that implement interfaces with type arguments of type ModuleInfoModifier and TypeClassDescriptionclassHolds metadata about a package encountered during a scan.Fields in io.github.classgraph declared as ModuleInfoModifier and TypeFieldDescription(package private) ModuleInfoClassInfo.moduleInfoInfo on the class module.Fields in io.github.classgraph with type parameters of type ModuleInfoModifier and TypeFieldDescriptionScanResult.SerializationFormat.moduleInfoThe list of allModuleInfoobjects.private Map<String, ModuleInfo> ScanResult.moduleNameToModuleInfoThe map from class name toClassInfo.Methods in io.github.classgraph that return ModuleInfoModifier and TypeMethodDescriptionClassInfo.getModuleInfo()Get theModuleInfoobject for the class.ScanResult.getModuleInfo(String moduleName) Get theModuleInfoobject for the named module, or null if no module of the requested name was found during the scan.Methods in io.github.classgraph with parameters of type ModuleInfoModifier and TypeMethodDescriptionbooleanModuleInfoList.ModuleInfoFilter.accept(ModuleInfo moduleInfo) Whether or not to allow anModuleInfolist item through the filter.intModuleInfo.compareTo(ModuleInfo other) Constructor parameters in io.github.classgraph with type arguments of type ModuleInfoModifierConstructorDescription(package private)ModuleInfoList(Collection<ModuleInfo> moduleInfoCollection) Constructor.