java.lang.Object
io.helidon.codegen.scan.ScanTypeFactory
Factory for types based on classpath scanning.
-
Method Summary
Modifier and TypeMethodDescriptionstatic TypeName
create
(io.github.classgraph.ClassInfo classInfo) Creates a name from a class info from classpath scanning.static TypeName
create
(io.github.classgraph.HierarchicalTypeSignature signature) Creates a type name for a classpath scanning type with possible generic declaration.
-
Method Details
-
create
Creates a name from a class info from classpath scanning.- Parameters:
classInfo
- the element type- Returns:
- the associated type name instance
-
create
Creates a type name for a classpath scanning type with possible generic declaration.- Parameters:
signature
- signature to use- Returns:
- type name for the provided signature
-