Uses of Interface
io.helidon.codegen.scan.ScanContext
Package
Description
Implementation of codegen utilities for classpath scanning.
-
Uses of ScanContext in io.helidon.codegen.scan
Modifier and TypeMethodDescriptionScanTypeInfoFactory.create
(ScanContext ctx, io.github.classgraph.ClassInfo classInfo) Create type information from a type element, reading all child elements.ScanTypeInfoFactory.create
(ScanContext ctx, io.github.classgraph.ClassInfo classInfo, Predicate<TypedElementInfo> elementPredicate) Create type information from a type element.ScanTypeInfoFactory.create
(ScanContext ctx, TypeName typeName) Create type information for a type name, reading all child elements.ScanTypeInfoFactory.create
(ScanContext ctx, TypeName typeName, Predicate<TypedElementInfo> elementPredicate) Create type information for a type name.