Module io.helidon.webclient.context
Package io.helidon.webclient.context
Class WebClientContextConfig.BuilderBase.WebClientContextConfigImpl
java.lang.Object
io.helidon.webclient.context.WebClientContextConfig.BuilderBase.WebClientContextConfigImpl
- All Implemented Interfaces:
Prototype.Api
,Prototype.Factory<WebClientContextService>
,WebClientContextConfig
,Supplier<WebClientContextService>
- Enclosing class:
WebClientContextConfig.BuilderBase<BUILDER extends WebClientContextConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends WebClientContextConfig>
protected static class WebClientContextConfig.BuilderBase.WebClientContextConfigImpl
extends Object
implements WebClientContextConfig, Supplier<WebClientContextService>
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.webclient.context.WebClientContextConfig
WebClientContextConfig.Builder, WebClientContextConfig.BuilderBase<BUILDER extends WebClientContextConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends WebClientContextConfig> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
WebClientContextConfigImpl
(WebClientContextConfig.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
-
Constructor Details
-
WebClientContextConfigImpl
Create an instance providing a builder.- Parameters:
builder
- extending builder base of this prototype
-
-
Method Details
-
build
Description copied from interface:Prototype.Factory
Create a new instance of the runtime type from this config object.- Specified by:
build
in interfacePrototype.Factory<WebClientContextService>
- Returns:
- new configured runtime instance
-
get
- Specified by:
get
in interfaceSupplier<WebClientContextService>
-
name
Description copied from interface:WebClientContextConfig
Name of this instance.- Specified by:
name
in interfaceWebClientContextConfig
- Returns:
- instance name
-
records
Description copied from interface:WebClientContextConfig
List of propagation records.- Specified by:
records
in interfaceWebClientContextConfig
- Returns:
- records configuration
-
toString
-
equals
-
hashCode
public int hashCode()
-