Uses of Interface
org.springframework.boot.restclient.RestClientCustomizer
Packages that use RestClientCustomizer
Package
Description
Auto-configuration for RestClient and RestTemplate.
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 RestClientCustomizerModifier and TypeClassDescriptionclass
RestClientCustomizer
to applyHttpMessageConverters
.class
-
Uses of RestClientCustomizer in org.springframework.boot.restclient.observation
Classes in org.springframework.boot.restclient.observation that implement RestClientCustomizerModifier and TypeClassDescriptionclass
RestClientCustomizer
that configures theRestClient builder
to record request observations. -
Uses of RestClientCustomizer in org.springframework.boot.restclient.test
Classes in org.springframework.boot.restclient.test that implement RestClientCustomizerModifier and TypeClassDescriptionclass
RestClientCustomizer
that can be applied toRestClient.Builder
instances to addMockRestServiceServer
support.