Class ClientEndpoint.BuilderBase.ClientEndpointImpl
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
io.helidon.declarative.codegen.model.http.ClientEndpoint.BuilderBase.ClientEndpointImpl
- All Implemented Interfaces:
Prototype.Api
,ClientEndpoint
,HttpAnnotated
,ModelElement
,RestEndpoint
- Enclosing class:
ClientEndpoint.BuilderBase<BUILDER extends ClientEndpoint.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ClientEndpoint>
protected static class ClientEndpoint.BuilderBase.ClientEndpointImpl
extends RestEndpoint.BuilderBase.RestEndpointImpl
implements ClientEndpoint
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.ClientEndpoint
ClientEndpoint.Builder, ClientEndpoint.BuilderBase<BUILDER extends ClientEndpoint.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ClientEndpoint> 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
ClientEndpointImpl
(ClientEndpoint.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
Methods inherited from class io.helidon.declarative.codegen.model.http.RestEndpoint.BuilderBase.RestEndpointImpl
methods
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
Methods inherited from interface io.helidon.declarative.codegen.model.http.RestEndpoint
methods
-
Constructor Details
-
ClientEndpointImpl
Create an instance providing a builder.- Parameters:
builder
- extending builder base of this prototype
-
-
Method Details
-
uri
Description copied from interface:ClientEndpoint
Configured URI.- Specified by:
uri
in interfaceClientEndpoint
- Returns:
- URI if configured
-
configKey
Description copied from interface:ClientEndpoint
Configuration key to use at runtime.- Specified by:
configKey
in interfaceClientEndpoint
- Returns:
- configuration key to override annotation based values
-
clientName
Description copied from interface:ClientEndpoint
Name of a web client that should be injected and used by the generated typed client.- Specified by:
clientName
in interfaceClientEndpoint
- Returns:
- rest client name
-
toString
- Overrides:
toString
in classRestEndpoint.BuilderBase.RestEndpointImpl
-
equals
- Overrides:
equals
in classRestEndpoint.BuilderBase.RestEndpointImpl
-
hashCode
public int hashCode()- Overrides:
hashCode
in classRestEndpoint.BuilderBase.RestEndpointImpl
-