Uses of Interface
org.springframework.web.client.RestClient.RequestHeadersSpec.ExchangeFunction
-
Uses of RestClient.RequestHeadersSpec.ExchangeFunction in org.springframework.web.client
Modifier 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
.