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 classCodegenEvent.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.BuilderBaseModifierConstructorDescriptionprotectedCodegenEventImpl(CodegenEvent.BuilderBase<?> builder) Create an instance providing a builder.