Uses of Interface
io.helidon.codegen.CodegenOptions
Package
Description
Code generation and processing support.
Service provider interfaces to extend code generation support.
-
Uses of CodegenOptions in io.helidon.codegen
Modifier and TypeMethodDescriptionCodegenContext.options()
Code generation options.CodegenContextBase.options()
CodegenContextDelegate.options()
Modifier and TypeMethodDescriptionOption.findValue
(CodegenOptions options) Find an option value from the codegen options.default T
Option.value
(CodegenOptions options) Obtain an option value from the codegen options usingOption.defaultValue()
if none configured.ModifierConstructorDescriptionprotected
CodegenContextBase
(CodegenOptions options, Set<Option<?>> additionalOptions, CodegenFiler filer, CodegenLogger logger, CodegenScope scope) Create a new instance with the common parts of the API. -
Uses of CodegenOptions in io.helidon.codegen.spi
Modifier and TypeMethodDescriptionAnnotationMapperProvider.create
(CodegenOptions options) Create an annotation mapper based on provided options.ElementMapperProvider.create
(CodegenOptions options) Create an element mapper based on provided options.TypeMapperProvider.create
(CodegenOptions options) Create a type mapper based on provided options.