Package org.springframework.web.client.support
@NullMarked
package org.springframework.web.client.support
Classes supporting the
org.springframework.web.client package.
Contains a base class for RestTemplate usage.-
ClassDescription
HttpExchangeAdapterDecoratorthat suppresses theHttpClientErrorException.NotFoundexception raised on a 404 response and returns aResponseEntitywith the status set toHttpStatus.NOT_FOUNDstatus, ornullfromNotFoundRestClientAdapterDecorator.exchangeForBody(HttpRequestValues, ParameterizedTypeReference).HttpExchangeAdapterthat enables anHttpServiceProxyFactoryto useRestClientfor request execution.Adapter for groups backed byRestClient.Extension ofHttpServiceGroupConfigurerto configure groups with aRestClient.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.as of 7.1 in favor ofRestClientAdapter.
RestClient.