Class ServerEndpoint.Builder
java.lang.Object
io.helidon.declarative.codegen.model.http.ModelElement.BuilderBase<ServerEndpoint.Builder,ServerEndpoint>
io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase<ServerEndpoint.Builder,ServerEndpoint>
io.helidon.declarative.codegen.model.http.RestEndpoint.BuilderBase<ServerEndpoint.Builder,ServerEndpoint>
io.helidon.declarative.codegen.model.http.ServerEndpoint.BuilderBase<ServerEndpoint.Builder,ServerEndpoint>
io.helidon.declarative.codegen.model.http.ServerEndpoint.Builder
- All Implemented Interfaces:
Prototype.Builder<ServerEndpoint.Builder,
,ServerEndpoint> Builder<ServerEndpoint.Builder,
,ServerEndpoint> Supplier<ServerEndpoint>
- Enclosing interface:
ServerEndpoint
public static class ServerEndpoint.Builder
extends ServerEndpoint.BuilderBase<ServerEndpoint.Builder,ServerEndpoint>
implements Builder<ServerEndpoint.Builder,ServerEndpoint>
Fluent API builder for
ServerEndpoint
.-
Nested Class Summary
Nested classes/interfaces inherited from class io.helidon.declarative.codegen.model.http.ServerEndpoint.BuilderBase
ServerEndpoint.BuilderBase.ServerEndpointImpl
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.ServerEndpoint.BuilderBase
clearListener, from, from, listener, listener, listenerRequired, listenerRequired, preBuildPrototype, toString, validatePrototype
Methods inherited from class io.helidon.declarative.codegen.model.http.RestEndpoint.BuilderBase
addMethod, addMethod, addMethods, from, from, methods, methods
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<ServerEndpoint.Builder,
ServerEndpoint> - 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<ServerEndpoint.Builder,
ServerEndpoint> - Returns:
- instance of the built type
-