Uses of Interface
io.helidon.webclient.api.WebClientConfig
Packages that use WebClientConfig
Package
Description
Helidon WebClient APIs shared by all types of clients.
Helidon WebServer Testing JUnit5 Support.
-
Uses of WebClientConfig in io.helidon.webclient.api
Classes in io.helidon.webclient.api with type parameters of type WebClientConfigModifier and TypeClassDescriptionstatic classWebClientConfig.BuilderBase<BUILDER extends WebClientConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends WebClientConfig> Fluent API builder base forWebClient.Classes in io.helidon.webclient.api that implement WebClientConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webclient.api that return WebClientConfigModifier and TypeMethodDescriptionWebClientConfig.Builder.buildPrototype()LoomClient$$Injection$$Activator.configBean()static WebClientConfigWebClientConfig.create()Create a new instance with default values.static WebClientConfigCreate a new instance from configuration.Methods in io.helidon.webclient.api that return types with arguments of type WebClientConfigModifier and TypeMethodDescriptionLoomClient$$Injection$$Activator.configBeanType()List<io.helidon.inject.configdriven.api.NamedInstance<WebClientConfig>> LoomClient$$Injection$$Activator.createConfigBeans(Config config) protected io.helidon.inject.configdriven.runtime.ConfigDrivenServiceProviderBase<io.helidon.webclient.api.LoomClient, WebClientConfig> LoomClient$$Injection$$Activator.createInstance(io.helidon.inject.configdriven.api.NamedInstance<WebClientConfig> configBean) Methods in io.helidon.webclient.api with parameters of type WebClientConfigModifier and TypeMethodDescriptionstatic WebClientConfig.BuilderWebClientConfig.builder(WebClientConfig instance) Create a new fluent API builder from an existing instance.static WebClientWebClient.create(WebClientConfig config) Create a new webclient with customized configuration.WebClientConfig.BuilderBase.from(WebClientConfig prototype) Update this builder from an existing prototype instance.Method parameters in io.helidon.webclient.api with type arguments of type WebClientConfigModifier and TypeMethodDescriptionprotected io.helidon.inject.configdriven.runtime.ConfigDrivenServiceProviderBase<io.helidon.webclient.api.LoomClient, WebClientConfig> LoomClient$$Injection$$Activator.createInstance(io.helidon.inject.configdriven.api.NamedInstance<WebClientConfig> configBean) -
Uses of WebClientConfig in io.helidon.webserver.testing.junit5
Methods in io.helidon.webserver.testing.junit5 that return WebClientConfig