Class RestEndpoint.Builder
java.lang.Object
io.helidon.declarative.codegen.model.http.ModelElement.BuilderBase<RestEndpoint.Builder,RestEndpoint>
io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase<RestEndpoint.Builder,RestEndpoint>
io.helidon.declarative.codegen.model.http.RestEndpoint.BuilderBase<RestEndpoint.Builder,RestEndpoint>
io.helidon.declarative.codegen.model.http.RestEndpoint.Builder
- All Implemented Interfaces:
Prototype.Builder<RestEndpoint.Builder,
,RestEndpoint> Builder<RestEndpoint.Builder,
,RestEndpoint> Supplier<RestEndpoint>
- Enclosing interface:
RestEndpoint
public static class RestEndpoint.Builder
extends RestEndpoint.BuilderBase<RestEndpoint.Builder,RestEndpoint>
implements Builder<RestEndpoint.Builder,RestEndpoint>
Fluent API builder for
RestEndpoint
.-
Nested Class Summary
Nested classes/interfaces inherited from class io.helidon.declarative.codegen.model.http.RestEndpoint.BuilderBase
RestEndpoint.BuilderBase.RestEndpointImpl
Nested classes/interfaces inherited from class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase
HttpAnnotated.BuilderBase.HttpAnnotatedImpl
Nested classes/interfaces inherited from class io.helidon.declarative.codegen.model.http.ModelElement.BuilderBase
ModelElement.BuilderBase.ModelElementImpl
-
Method Summary
Methods inherited from class io.helidon.declarative.codegen.model.http.RestEndpoint.BuilderBase
addMethod, addMethod, addMethods, from, from, methods, methods, preBuildPrototype, toString, validatePrototype
Methods inherited from class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase
addComputedHeader, addComputedHeaders, addConsume, addConsumes, addHeader, addHeaders, addProduce, addProduces, clearPath, computedHeaders, computedHeaders, consumes, consumes, from, from, headers, headers, path, path, produces, produces
Methods inherited from class io.helidon.declarative.codegen.model.http.ModelElement.BuilderBase
addAnnotation, addAnnotation, addAnnotations, annotations, annotations, from, from, type, type, type, type
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.helidon.builder.api.Prototype.Builder
self
-
Method Details
-
buildPrototype
Description copied from interface:Prototype.Builder
Create an instance of thePrototype
. This method is available on all generated builders forPrototype.Blueprint
.- Specified by:
buildPrototype
in interfacePrototype.Builder<RestEndpoint.Builder,
RestEndpoint> - Returns:
- an instance of the setup object created from this builder
-
build
Description copied from interface:Builder
Build the instance from this builder.- Specified by:
build
in interfaceBuilder<RestEndpoint.Builder,
RestEndpoint> - Returns:
- instance of the built type
-