java.lang.Object
io.helidon.codegen.scan.ScanModuleInfo
Module info created from classpath scanning.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Optional
<ModuleInfo> map
(io.github.classgraph.ModuleRef scanModuleInfo) Map a module reference to module descriptor.
-
Method Details
-
map
Map a module reference to module descriptor.- Parameters:
scanModuleInfo
- module info from classpath scanning- Returns:
- module info if it is possible to parse it from the module ref
-