Uses of Class
io.helidon.codegen.CodegenEvent.BuilderBase
Packages that use CodegenEvent.BuilderBase
-
Uses of CodegenEvent.BuilderBase in io.helidon.codegen
Classes in io.helidon.codegen with type parameters of type CodegenEvent.BuilderBaseModifier and TypeClassDescriptionstatic class
CodegenEvent.BuilderBase<BUILDER extends CodegenEvent.BuilderBase<BUILDER>>
Fluent API builder base forCodegenEvent
.Subclasses of CodegenEvent.BuilderBase in io.helidon.codegenMethods in io.helidon.codegen with parameters of type CodegenEvent.BuilderBaseModifier and TypeMethodDescriptionCodegenEvent.BuilderBase.from
(CodegenEvent.BuilderBase<?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.codegen with parameters of type CodegenEvent.BuilderBaseModifierConstructorDescriptionprotected
CodegenEventImpl
(CodegenEvent.BuilderBase<?> builder) Create an instance providing a builder.