Class RestEndpoint.BuilderBase.RestEndpointImpl
java.lang.Object
io.helidon.declarative.codegen.model.http.ModelElement.BuilderBase.ModelElementImpl
io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase.HttpAnnotatedImpl
io.helidon.declarative.codegen.model.http.RestEndpoint.BuilderBase.RestEndpointImpl
- All Implemented Interfaces:
Prototype.Api
,HttpAnnotated
,ModelElement
,RestEndpoint
- Direct Known Subclasses:
ClientEndpoint.BuilderBase.ClientEndpointImpl
,ServerEndpoint.BuilderBase.ServerEndpointImpl
- Enclosing class:
RestEndpoint.BuilderBase<BUILDER extends RestEndpoint.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends RestEndpoint>
protected static class RestEndpoint.BuilderBase.RestEndpointImpl
extends HttpAnnotated.BuilderBase.HttpAnnotatedImpl
implements RestEndpoint
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.declarative.codegen.model.http.HttpAnnotated
HttpAnnotated.Builder, HttpAnnotated.BuilderBase<BUILDER extends HttpAnnotated.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends HttpAnnotated> Nested classes/interfaces inherited from interface io.helidon.declarative.codegen.model.http.ModelElement
ModelElement.Builder, ModelElement.BuilderBase<BUILDER extends ModelElement.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ModelElement> Nested classes/interfaces inherited from interface io.helidon.declarative.codegen.model.http.RestEndpoint
RestEndpoint.Builder, RestEndpoint.BuilderBase<BUILDER extends RestEndpoint.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends RestEndpoint> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
RestEndpointImpl
(RestEndpoint.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
Methods inherited from class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase.HttpAnnotatedImpl
computedHeaders, consumes, headers, path, produces
Methods inherited from class io.helidon.declarative.codegen.model.http.ModelElement.BuilderBase.ModelElementImpl
annotations, type
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.helidon.declarative.codegen.model.http.HttpAnnotated
computedHeaders, consumes, headers, path, produces
Methods inherited from interface io.helidon.declarative.codegen.model.http.ModelElement
annotations, type
-
Constructor Details
-
RestEndpointImpl
Create an instance providing a builder.- Parameters:
builder
- extending builder base of this prototype
-
-
Method Details
-
methods
Description copied from interface:RestEndpoint
Methods that have a rest annotation (HTTP method).- Specified by:
methods
in interfaceRestEndpoint
- Returns:
- all rest methods defined
-
toString
- Overrides:
toString
in classHttpAnnotated.BuilderBase.HttpAnnotatedImpl
-
equals
- Overrides:
equals
in classHttpAnnotated.BuilderBase.HttpAnnotatedImpl
-
hashCode
public int hashCode()- Overrides:
hashCode
in classHttpAnnotated.BuilderBase.HttpAnnotatedImpl
-