Uses of Class
org.springframework.boot.webclient.autoconfigure.AbstractWebClientProperties
Packages that use AbstractWebClientProperties
Package
Description
Auto-configuration for Spring Framework's functional web client.
Auto-Configuration for Spring's Reactive HTTP Service Interface Clients.
-
Uses of AbstractWebClientProperties in org.springframework.boot.webclient.autoconfigure
Constructors in org.springframework.boot.webclient.autoconfigure with parameters of type AbstractWebClientPropertiesModifierConstructorDescriptionPropertiesWebClientCustomizer
(@Nullable ApiVersionInserter apiVersionInserter, @Nullable ApiVersionFormatter apiVersionFormatter, @Nullable AbstractWebClientProperties... orderedProperties) -
Uses of AbstractWebClientProperties in org.springframework.boot.webclient.autoconfigure.service
Subclasses of AbstractWebClientProperties in org.springframework.boot.webclient.autoconfigure.serviceModifier and TypeClassDescriptionclass
Properties for Reactive HTTP Service clients.static class
Properties for a single HTTP Service client group.