Module io.helidon.webclient.api
Package io.helidon.webclient.api
Class WebClientServiceResponse.BuilderBase.WebClientServiceResponseImpl
java.lang.Object
io.helidon.webclient.api.WebClientServiceResponse.BuilderBase.WebClientServiceResponseImpl
- All Implemented Interfaces:
Prototype.Api
,WebClientServiceResponse
- Enclosing class:
WebClientServiceResponse.BuilderBase<BUILDER extends WebClientServiceResponse.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends WebClientServiceResponse>
protected static class WebClientServiceResponse.BuilderBase.WebClientServiceResponseImpl
extends Object
implements WebClientServiceResponse
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.webclient.api.WebClientServiceResponse
WebClientServiceResponse.Builder, WebClientServiceResponse.BuilderBase<BUILDER extends WebClientServiceResponse.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends WebClientServiceResponse> -
Constructor Summary
ModifierConstructorDescriptionprotected
Create an instance providing a builder. -
Method Summary
-
Constructor Details
-
WebClientServiceResponseImpl
Create an instance providing a builder.- Parameters:
builder
- extending builder base of this prototype
-
-
Method Details