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()Methods in io.helidon.codegen with parameters of type CodegenFilerModifier and TypeMethodDescriptionstatic ManifestResourceManifestResource.create(CodegenFiler filer) Create a new instance from the current filer.Constructors in io.helidon.codegen with parameters of type CodegenFilerModifierConstructorDescriptionprotectedCodegenContextBase(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 HelidonMetaInfServicesHelidonMetaInfServices.create(CodegenFiler filer, String moduleName) Create new instance from the current filer.