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 forWebClientContextConfig.Classes in io.helidon.webclient.context that implement WebClientContextConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Subclasses with type arguments of type WebClientContextConfig in io.helidon.webclient.contextClasses in io.helidon.webclient.context that implement interfaces with type arguments of type WebClientContextConfigModifier and TypeClassDescriptionclassClient service for context propagation.Methods in io.helidon.webclient.context that return WebClientContextConfigModifier and TypeMethodDescriptionWebClientContextConfig.Builder.buildPrototype()Create an instance of the prototype.static WebClientContextConfigWebClientContextConfig.create()Create a new instance with default values.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.