Uses of Package
org.springframework.boot.restclient
Packages that use org.springframework.boot.restclient
Package
Description
Web client utilities.
Auto-configuration for RestClient.
Observation integration for RestClient and RestTemplate.
RestClient and RestTemplate test utilities.
Test support classes that use
RestClient and
RestTemplate.-
Classes in org.springframework.boot.restclient used by org.springframework.boot.restclientClassDescriptionBuilder that can be used to configure and create a
RestTemplate.Callback interface that can be used to customize aRestTemplate.Callback interface that can be used to customize theClientHttpRequestsent from aRestTemplate.UriTemplateHandlerto set the root for URI that starts with'/'. -
Classes in org.springframework.boot.restclient used by org.springframework.boot.restclient.autoconfigureClassDescriptionCallback interface that can be used to customize a
RestClient.Builder.Builder that can be used to configure and create aRestTemplate. -
Classes in org.springframework.boot.restclient used by org.springframework.boot.restclient.observationClassDescriptionCallback interface that can be used to customize a
RestClient.Builder.Callback interface that can be used to customize aRestTemplate. -
Classes in org.springframework.boot.restclient used by org.springframework.boot.restclient.testClassDescriptionCallback interface that can be used to customize a
RestClient.Builder.Callback interface that can be used to customize aRestTemplate. -
Classes in org.springframework.boot.restclient used by org.springframework.boot.resttestclient