Uses of Interface
io.helidon.codegen.CodegenFiler
Packages that use CodegenFiler
-
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.