Uses of Interface
io.helidon.codegen.CodegenOptions
Packages that use CodegenOptions
Package
Description
Code generation and processing support.
Service provider interfaces to extend code generation support.
-
Uses of CodegenOptions in io.helidon.codegen
Methods in io.helidon.codegen that return CodegenOptionsModifier and TypeMethodDescriptionCodegenContext.options()
Code generation options.CodegenContextBase.options()
CodegenContextDelegate.options()
Methods in io.helidon.codegen with parameters of type CodegenOptionsModifier 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.Constructors in io.helidon.codegen with parameters of type CodegenOptionsModifierConstructorDescriptionprotected
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
Methods in io.helidon.codegen.spi with parameters of type CodegenOptionsModifier 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.