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
HttpExchangeAdapter
that enables anHttpServiceProxyFactory
to useRestClient
for request execution.Adapter for groups backed byRestClient
.Extension ofHttpServiceGroupConfigurer
to configure groups with aRestClient
.Convenient superclass for application classes that need REST access.HttpExchangeAdapter
that enables anHttpServiceProxyFactory
to useRestTemplate
for request execution.