Uses of Interface
io.helidon.webclient.context.WebClientContextConfig
Packages that use WebClientContextConfig
-
Uses of WebClientContextConfig in io.helidon.webclient.context
Classes in io.helidon.webclient.context with type parameters of type WebClientContextConfigModifier and TypeClassDescriptionstatic class
WebClientContextConfig.BuilderBase<BUILDER extends WebClientContextConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends WebClientContextConfig> Fluent API builder base forWebClientContextService
.Classes in io.helidon.webclient.context that implement WebClientContextConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webclient.context that return WebClientContextConfigModifier and TypeMethodDescriptionWebClientContextConfig.Builder.buildPrototype()
static WebClientContextConfig
WebClientContextConfig.create()
Create a new instance with default values.static WebClientContextConfig
Deprecated.static WebClientContextConfig
Create a new instance from configuration.WebClientContextService.prototype()
Methods in io.helidon.webclient.context with parameters of type WebClientContextConfigModifier and TypeMethodDescriptionWebClientContextConfig.builder
(WebClientContextConfig instance) Create a new fluent API builder from an existing instance.static WebClientContextService
WebClientContextService.create
(WebClientContextConfig config) Create a new instance from its configuration.WebClientContextConfig.BuilderBase.from
(WebClientContextConfig prototype) Update this builder from an existing prototype instance.
create(io.helidon.config.Config)