Module io.helidon.codegen.compiler
Package io.helidon.codegen.compiler
Class CompilerOptions.BuilderBase.CompilerOptionsImpl
java.lang.Object
io.helidon.codegen.compiler.CompilerOptions.BuilderBase.CompilerOptionsImpl
- All Implemented Interfaces:
Prototype.Api
,CompilerOptions
- Enclosing class:
CompilerOptions.BuilderBase<BUILDER extends CompilerOptions.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends CompilerOptions>
protected static class CompilerOptions.BuilderBase.CompilerOptionsImpl
extends Object
implements CompilerOptions
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.codegen.compiler.CompilerOptions
CompilerOptions.Builder, CompilerOptions.BuilderBase<BUILDER extends CompilerOptions.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends CompilerOptions> -
Constructor Summary
ModifierConstructorDescriptionprotected
CompilerOptionsImpl
(CompilerOptions.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
-
Constructor Details
-
CompilerOptionsImpl
Create an instance providing a builder.- Parameters:
builder
- extending builder base of this prototype
-
-
Method Details