Uses of Class
io.helidon.codegen.compiler.CompilerOptions.BuilderBase
Packages that use CompilerOptions.BuilderBase
-
Uses of CompilerOptions.BuilderBase in io.helidon.codegen.compiler
Classes in io.helidon.codegen.compiler with type parameters of type CompilerOptions.BuilderBaseModifier and TypeClassDescriptionstatic class
CompilerOptions.BuilderBase<BUILDER extends CompilerOptions.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends CompilerOptions> Fluent API builder base forCompilerOptions
.Subclasses of CompilerOptions.BuilderBase in io.helidon.codegen.compilerMethods in io.helidon.codegen.compiler with parameters of type CompilerOptions.BuilderBaseModifier and TypeMethodDescriptionCompilerOptions.BuilderBase.from
(CompilerOptions.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.codegen.compiler with parameters of type CompilerOptions.BuilderBaseModifierConstructorDescriptionprotected
CompilerOptionsImpl
(CompilerOptions.BuilderBase<?, ?> builder) Create an instance providing a builder.