Uses of Interface
org.springframework.boot.restclient.RestTemplateCustomizer
Packages that use RestTemplateCustomizer
Package
Description
Web client utilities.
Observation integration for RestClient and RestTemplate.
RestClient and RestTemplate test utilities.
-
Uses of RestTemplateCustomizer in org.springframework.boot.restclient
Methods in org.springframework.boot.restclient with parameters of type RestTemplateCustomizerModifier and TypeMethodDescriptionRestTemplateBuilder.additionalCustomizers(RestTemplateCustomizer... customizers) Deprecated, for removal: This API element is subject to removal in a future version.AddRestTemplateCustomizersthat should be applied to theRestTemplate.RestTemplateBuilder.customizers(RestTemplateCustomizer... customizers) Deprecated, for removal: This API element is subject to removal in a future version.Set theRestTemplateCustomizersthat should be applied to theRestTemplate.Method parameters in org.springframework.boot.restclient with type arguments of type RestTemplateCustomizerModifier and TypeMethodDescriptionRestTemplateBuilder.additionalCustomizers(Collection<? extends RestTemplateCustomizer> customizers) Deprecated, for removal: This API element is subject to removal in a future version.AddRestTemplateCustomizersthat should be applied to theRestTemplate.RestTemplateBuilder.customizers(Collection<? extends RestTemplateCustomizer> customizers) Deprecated, for removal: This API element is subject to removal in a future version.Set theRestTemplateCustomizersthat should be applied to theRestTemplate.Constructors in org.springframework.boot.restclient with parameters of type RestTemplateCustomizerModifierConstructorDescriptionRestTemplateBuilder(RestTemplateCustomizer... customizers) Deprecated, for removal: This API element is subject to removal in a future version.Create a newRestTemplateBuilderinstance. -
Uses of RestTemplateCustomizer in org.springframework.boot.restclient.observation
Classes in org.springframework.boot.restclient.observation that implement RestTemplateCustomizerModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of RestTemplateCustomizer in org.springframework.boot.restclient.test
Classes in org.springframework.boot.restclient.test that implement RestTemplateCustomizerModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.since 4.2.0 for removal in 4.4.0 in favor ofMockServerRestClientCustomizer
ObservationRestClientCustomizer