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 classWebClientContextConfig.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 classGenerated 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 WebClientContextConfigWebClientContextConfig.create()Create a new instance with default values.static WebClientContextConfigDeprecated.static WebClientContextConfigCreate 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 WebClientContextServiceWebClientContextService.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)