Uses of Interface
org.springframework.boot.restclient.RestClientCustomizer
Packages that use RestClientCustomizer
Package
Description
Auto-configuration for RestClient.
Observation integration for RestClient and RestTemplate.
RestClient and RestTemplate test utilities.
-
Uses of RestClientCustomizer in org.springframework.boot.restclient.autoconfigure
Classes in org.springframework.boot.restclient.autoconfigure that implement RestClientCustomizer -
Uses of RestClientCustomizer in org.springframework.boot.restclient.observation
Classes in org.springframework.boot.restclient.observation that implement RestClientCustomizerModifier and TypeClassDescriptionclassRestClientCustomizerthat configures theRestClient builderto record request observations. -
Uses of RestClientCustomizer in org.springframework.boot.restclient.test
Classes in org.springframework.boot.restclient.test that implement RestClientCustomizerModifier and TypeClassDescriptionclassRestClientCustomizerthat can be applied toRestClient.Builderinstances to addMockRestServiceServersupport.