Uses of Interface
io.helidon.codegen.spi.TypeMapper
Packages that use TypeMapper
Package
Description
Code generation and processing support.
Service provider interfaces to extend code generation support.
Code generation for Langchain4j AI Services.
-
Uses of TypeMapper in io.helidon.codegen
Methods in io.helidon.codegen that return types with arguments of type TypeMapperModifier and TypeMethodDescriptionCodegenContext.typeMappers()
List of available type mappers in this environment.CodegenContextBase.typeMappers()
CodegenContextDelegate.typeMappers()
-
Uses of TypeMapper in io.helidon.codegen.spi
Methods in io.helidon.codegen.spi that return TypeMapperModifier and TypeMethodDescriptionTypeMapperProvider.create
(CodegenOptions options) Create a type mapper based on provided options. -
Uses of TypeMapper in io.helidon.integrations.langchain4j.codegen
Methods in io.helidon.integrations.langchain4j.codegen that return TypeMapper