Uses of Interface
org.springframework.boot.webclient.WebClientCustomizer
Packages that use WebClientCustomizer
Package
Description
Auto-configuration for Spring Framework's functional web client.
Observation integration for WebClient.
-
Uses of WebClientCustomizer in org.springframework.boot.webclient.autoconfigure
Classes in org.springframework.boot.webclient.autoconfigure that implement WebClientCustomizerModifier and TypeClassDescriptionclass
class
WebClientCustomizer
that configures codecs for the HTTP client. -
Uses of WebClientCustomizer in org.springframework.boot.webclient.observation
Classes in org.springframework.boot.webclient.observation that implement WebClientCustomizerModifier and TypeClassDescriptionclass
WebClientCustomizer
that configures theWebClient
to record request observations.