Uses of Interface
io.helidon.codegen.CodegenFiler
Packages that use CodegenFiler
Package
Description
Code generation and processing support.
Code generation for Helidon Service Registry.
-
Uses of CodegenFiler in io.helidon.codegen
Methods in io.helidon.codegen that return CodegenFilerModifier and TypeMethodDescriptionCodegenContext.filer()
Filer to generate sources and resources.CodegenContextBase.filer()
CodegenContextDelegate.filer()
Constructors in io.helidon.codegen with parameters of type CodegenFilerModifierConstructorDescriptionprotected
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 CodegenFiler in io.helidon.service.codegen
Methods in io.helidon.service.codegen with parameters of type CodegenFilerModifier and TypeMethodDescriptionstatic HelidonMetaInfServices
HelidonMetaInfServices.create
(CodegenFiler filer, String moduleName) Create new instance from the current filer.