Class Aot.Builder
java.lang.Object
io.helidon.common.features.metadata.Aot.BuilderBase<Aot.Builder,Aot>
io.helidon.common.features.metadata.Aot.Builder
- All Implemented Interfaces:
Prototype.Builder<Aot.Builder,,Aot> Builder<Aot.Builder,,Aot> Supplier<Aot>
- Enclosing interface:
Aot
public static class Aot.Builder
extends Aot.BuilderBase<Aot.Builder,Aot>
implements Builder<Aot.Builder,Aot>
Fluent API builder for
Aot.-
Nested Class Summary
Nested classes/interfaces inherited from class io.helidon.common.features.metadata.Aot.BuilderBase
Aot.BuilderBase.AotImpl -
Method Summary
Methods inherited from class io.helidon.common.features.metadata.Aot.BuilderBase
clearDescription, description, description, from, from, preBuildPrototype, supported, supported, toString, validatePrototypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.helidon.builder.api.Prototype.Builder
self
-
Method Details
-
buildPrototype
Description copied from interface:Prototype.BuilderCreate an instance of thePrototype. This method is available on all generated builders forPrototype.Blueprint.- Specified by:
buildPrototypein interfacePrototype.Builder<Aot.Builder,Aot> - Returns:
- an instance of the setup object created from this builder
-
build
Description copied from interface:BuilderBuild the instance from this builder.- Specified by:
buildin interfaceBuilder<Aot.Builder,Aot> - Returns:
- instance of the built type
-