java.lang.Object
io.helidon.builder.codegen.GeneratedMethod.BuilderBase<GeneratedMethod.Builder,GeneratedMethod>
io.helidon.builder.codegen.GeneratedMethod.Builder
- All Implemented Interfaces:
Prototype.Builder<GeneratedMethod.Builder,,GeneratedMethod> Builder<GeneratedMethod.Builder,,GeneratedMethod> Supplier<GeneratedMethod>
- Enclosing interface:
GeneratedMethod
public static class GeneratedMethod.Builder
extends GeneratedMethod.BuilderBase<GeneratedMethod.Builder,GeneratedMethod>
implements Builder<GeneratedMethod.Builder,GeneratedMethod>
Fluent API builder for
GeneratedMethod.-
Nested Class Summary
Nested classes/interfaces inherited from class io.helidon.builder.codegen.GeneratedMethod.BuilderBase
GeneratedMethod.BuilderBase.GeneratedMethodImpl -
Method Summary
Methods inherited from class io.helidon.builder.codegen.GeneratedMethod.BuilderBase
clearJavadoc, contentBuilder, contentBuilder, from, from, javadoc, javadoc, javadoc, javadoc, method, method, method, method, preBuildPrototype, 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<GeneratedMethod.Builder,GeneratedMethod> - 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<GeneratedMethod.Builder,GeneratedMethod> - Returns:
- instance of the built type
-