Package io.helidon.webclient.discovery
Class WebClientDiscoveryConfig.BuilderBase.WebClientDiscoveryConfigImpl
java.lang.Object
io.helidon.webclient.discovery.WebClientDiscoveryConfig.BuilderBase.WebClientDiscoveryConfigImpl
- All Implemented Interfaces:
Prototype.Api,Prototype.Factory<WebClientDiscovery>,WebClientDiscoveryConfig,Supplier<WebClientDiscovery>
- Enclosing class:
WebClientDiscoveryConfig.BuilderBase<BUILDER extends WebClientDiscoveryConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends WebClientDiscoveryConfig>
protected static class WebClientDiscoveryConfig.BuilderBase.WebClientDiscoveryConfigImpl
extends Object
implements WebClientDiscoveryConfig, Supplier<WebClientDiscovery>
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.webclient.discovery.WebClientDiscoveryConfig
WebClientDiscoveryConfig.Builder, WebClientDiscoveryConfig.BuilderBase<BUILDER extends WebClientDiscoveryConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends WebClientDiscoveryConfig> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreate an instance providing a builder. -
Method Summary
-
Constructor Details
-
WebClientDiscoveryConfigImpl
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<WebClientDiscovery>- Returns:
- new configured runtime instance
-
get
- Specified by:
getin interfaceSupplier<WebClientDiscovery>
-
discovery
Description copied from interface:WebClientDiscoveryConfigADiscovery(normally sourced from the service registry).- Specified by:
discoveryin interfaceWebClientDiscoveryConfig- Returns:
- a
Discovery
-
prefixUris
Description copied from interface:WebClientDiscoveryConfig- Specified by:
prefixUrisin interfaceWebClientDiscoveryConfig- Returns:
- the
Map
-
name
Description copied from interface:WebClientDiscoveryConfigThe name to assign to the runtime type (discoveryby default).- Specified by:
namein interfaceWebClientDiscoveryConfig- Returns:
- a name
- See Also:
-
toString
-
equals
-
hashCode
public int hashCode()
-