Uses of Class
io.helidon.webclient.context.WebClientContextConfig.BuilderBase
Packages that use WebClientContextConfig.BuilderBase
-
Uses of WebClientContextConfig.BuilderBase in io.helidon.webclient.context
Classes in io.helidon.webclient.context with type parameters of type WebClientContextConfig.BuilderBaseModifier and TypeClassDescriptionstatic classWebClientContextConfig.BuilderBase<BUILDER extends WebClientContextConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends WebClientContextConfig> Fluent API builder base forWebClientContextService.Subclasses of WebClientContextConfig.BuilderBase in io.helidon.webclient.contextMethods in io.helidon.webclient.context with parameters of type WebClientContextConfig.BuilderBaseModifier and TypeMethodDescriptionWebClientContextConfig.BuilderBase.from(WebClientContextConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.webclient.context with parameters of type WebClientContextConfig.BuilderBaseModifierConstructorDescriptionprotectedWebClientContextConfigImpl(WebClientContextConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.