Uses of Class
io.helidon.webclient.context.WebClientContextConfig.Builder
Packages that use WebClientContextConfig.Builder
-
Uses of WebClientContextConfig.Builder in io.helidon.webclient.context
Subclasses with type arguments of type WebClientContextConfig.Builder in io.helidon.webclient.contextClasses in io.helidon.webclient.context that implement interfaces with type arguments of type WebClientContextConfig.BuilderMethods in io.helidon.webclient.context that return WebClientContextConfig.BuilderModifier and TypeMethodDescriptionWebClientContextConfig.builder()Create a new fluent API builder to customize configuration.WebClientContextConfig.builder(WebClientContextConfig instance) Create a new fluent API builder from an existing instance.WebClientContextService.builder()Fluent API builder to set up an instance.Method parameters in io.helidon.webclient.context with type arguments of type WebClientContextConfig.BuilderModifier and TypeMethodDescriptionstatic WebClientContextServiceWebClientContextService.create(Consumer<WebClientContextConfig.Builder> builderConsumer) Create a new instance customizing its configuration.