Package org.springframework.boot.restclient
package org.springframework.boot.restclient
Web client utilities.
-
ClassDescriptionCallback 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
.RestTemplateRequestCustomizer<T extends ClientHttpRequest>Callback interface that can be used to customize theClientHttpRequest
sent from aRestTemplate
.UriBuilderFactory
to set the root for URI that starts with'/'
.UriTemplateHandler
to set the root for URI that starts with'/'
.