Uses of Interface
io.helidon.codegen.CodegenEvent
Packages that use CodegenEvent
-
Uses of CodegenEvent in io.helidon.codegen
Classes in io.helidon.codegen that implement CodegenEventModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.codegen that return CodegenEventModifier and TypeMethodDescriptionCodegenEvent.Builder.build()
CodegenException.toEvent
(System.Logger.Level level) Create a codegen event to log withCodegenLogger.log(CodegenEvent)
.CodegenException.toEvent
(System.Logger.Level level, String message) Create a codegen event to log withCodegenLogger.log(CodegenEvent)
.Methods in io.helidon.codegen with parameters of type CodegenEventModifier and TypeMethodDescriptionstatic CodegenEvent.Builder
CodegenEvent.builder
(CodegenEvent instance) Create a new fluent API builder from an existing instance.CodegenEvent.BuilderBase.from
(CodegenEvent prototype) Update this builder from an existing prototype instance.void
CodegenLogger.log
(CodegenEvent event) Log a new codegen event.