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) AddRestTemplateCustomizersthat should be applied to theRestTemplate.RestTemplateBuilder.customizers(RestTemplateCustomizer... customizers) 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) AddRestTemplateCustomizersthat should be applied to theRestTemplate.RestTemplateBuilder.customizers(Collection<? extends RestTemplateCustomizer> customizers) Set theRestTemplateCustomizersthat should be applied to theRestTemplate.Constructors in org.springframework.boot.restclient with parameters of type RestTemplateCustomizerModifierConstructorDescriptionRestTemplateBuilder(RestTemplateCustomizer... customizers) Create a newRestTemplateBuilderinstance. -
Uses of RestTemplateCustomizer in org.springframework.boot.restclient.observation
Classes in org.springframework.boot.restclient.observation that implement RestTemplateCustomizerModifier and TypeClassDescriptionclassRestTemplateCustomizerthat configures theRestTemplateto record request observations. -
Uses of RestTemplateCustomizer in org.springframework.boot.restclient.test
Classes in org.springframework.boot.restclient.test that implement RestTemplateCustomizerModifier and TypeClassDescriptionclassRestTemplateCustomizerthat can be applied to aRestTemplateBuilderinstances to addMockRestServiceServersupport.