Uses of Class
io.helidon.codegen.TypeInfoFactoryBase
Packages that use TypeInfoFactoryBase
Package
Description
Implementation of codegen tools for Java annotation processing.
Implementation of codegen utilities for classpath scanning.
-
Uses of TypeInfoFactoryBase in io.helidon.codegen.apt
Subclasses of TypeInfoFactoryBase in io.helidon.codegen.aptModifier and TypeClassDescriptionfinal class
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of TypeInfoFactoryBase in io.helidon.codegen.scan
Subclasses of TypeInfoFactoryBase in io.helidon.codegen.scanModifier and TypeClassDescriptionfinal class
Factory to analyze processed types and to provideTypeInfo
for them.
helidon-codegen
APIs, such asCodegenContext.typeInfo(io.helidon.common.types.TypeName)
; this type will be package local in the future