Uses of Interface
org.springframework.web.client.RestClient.RequestHeadersSpec.ExchangeFunction
Packages that use RestClient.RequestHeadersSpec.ExchangeFunction
-
Uses of RestClient.RequestHeadersSpec.ExchangeFunction in org.springframework.web.client
Methods in org.springframework.web.client with parameters of type RestClient.RequestHeadersSpec.ExchangeFunctionModifier and TypeMethodDescriptiondefault <T> T
RestClient.RequestHeadersSpec.exchange
(RestClient.RequestHeadersSpec.ExchangeFunction<T> exchangeFunction) Exchange theClientHttpResponse
for a typeT
.<T> T
RestClient.RequestHeadersSpec.exchange
(RestClient.RequestHeadersSpec.ExchangeFunction<T> exchangeFunction, boolean close) Exchange theClientHttpResponse
for a typeT
.