Uses of Interface
io.helidon.codegen.spi.ElementMapper
Packages that use ElementMapper
Package
Description
Code generation and processing support.
Service provider interfaces to extend code generation support.
-
Uses of ElementMapper in io.helidon.codegen
Methods in io.helidon.codegen that return types with arguments of type ElementMapperModifier and TypeMethodDescriptionCodegenContext.elementMappers()
List of available element mappers in this environment.CodegenContextBase.elementMappers()
CodegenContextDelegate.elementMappers()
-
Uses of ElementMapper in io.helidon.codegen.spi
Methods in io.helidon.codegen.spi that return ElementMapperModifier and TypeMethodDescriptionElementMapperProvider.create
(CodegenOptions options) Create an element mapper based on provided options.