Uses of Class
io.helidon.webclient.discovery.WebClientDiscoveryConfig.BuilderBase
Packages that use WebClientDiscoveryConfig.BuilderBase
Package
Description
Provides classes and interfaces that integrate discovery features into
webclients.
-
Uses of WebClientDiscoveryConfig.BuilderBase in io.helidon.webclient.discovery
Classes in io.helidon.webclient.discovery with type parameters of type WebClientDiscoveryConfig.BuilderBaseModifier and TypeClassDescriptionstatic classWebClientDiscoveryConfig.BuilderBase<BUILDER extends WebClientDiscoveryConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends WebClientDiscoveryConfig> Fluent API builder base forWebClientDiscoveryConfig.Subclasses of WebClientDiscoveryConfig.BuilderBase in io.helidon.webclient.discoveryMethods in io.helidon.webclient.discovery with parameters of type WebClientDiscoveryConfig.BuilderBaseModifier and TypeMethodDescriptionWebClientDiscoveryConfig.BuilderBase.from(WebClientDiscoveryConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.webclient.discovery with parameters of type WebClientDiscoveryConfig.BuilderBaseModifierConstructorDescriptionprotectedCreate an instance providing a builder.