interceptors

Set the ClientHttpRequestInterceptors that should be used with the RestTemplate. Setting this value will replace any previously defined interceptors.

Return

a new builder instance

Since

1.4.1

Parameters

interceptors

the interceptors to set

See also