Uses of Interface
io.helidon.codegen.spi.TypeMapper
Package
Description
Code generation and processing support.
Service provider interfaces to extend code generation support.
-
Uses of TypeMapper in io.helidon.codegen
Modifier and TypeMethodDescriptionCodegenContext.typeMappers()
List of available type mappers in this environment.CodegenContextBase.typeMappers()
CodegenContextDelegate.typeMappers()
-
Uses of TypeMapper in io.helidon.codegen.spi
Modifier and TypeMethodDescriptionTypeMapperProvider.create
(CodegenOptions options) Create a type mapper based on provided options.