Uses of Interface
io.helidon.codegen.CodegenEvent
-
Uses of CodegenEvent in io.helidon.codegen
Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier 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)
.Modifier 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.