Uses of Package
org.springframework.boot.restclient
Packages that use org.springframework.boot.restclient
Package
Description
Web client utilities.
Auto-configuration for RestClient and RestTemplate.
Observation integration for RestClient and RestTemplate.
RestClient and RestTemplate test utilities.
-
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 theClientHttpRequest
sent from aRestTemplate
.UriTemplateHandler
to 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
.Builder that can be used to configure and create aRestTemplate
.Callback interface that can be used to customize aRestTemplate
.