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
ConstructorsModifierConstructorDescriptionprotectedWebClientContextConfigImpl(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.FactoryCreate a new instance of the runtime type from this config object.- Specified by:
buildin interfacePrototype.Factory<WebClientContextService>- Returns:
- new configured runtime instance
-
get
- Specified by:
getin interfaceSupplier<WebClientContextService>
-
name
Description copied from interface:WebClientContextConfigName of this instance.- Specified by:
namein interfaceWebClientContextConfig- Returns:
- instance name
-
records
Description copied from interface:WebClientContextConfigList of propagation records.- Specified by:
recordsin interfaceWebClientContextConfig- Returns:
- records configuration
-
toString
-
equals
-
hashCode
public int hashCode()
-