Uses of Package
org.springframework.boot.web.client
Packages that use org.springframework.boot.web.client
Package
Description
Auto-configuration for actuator Cloud Foundry concerns using Spring MVC.
Auto-configuration for tracing with Zipkin.
Actuator support for web client metrics.
Auto-configuration for web clients.
Auto-configuration for web clients.
Web client test utilities.
Web client utilities.
Web Services client utilities.
-
Classes in org.springframework.boot.web.client used by org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet
-
Classes in org.springframework.boot.web.client used by org.springframework.boot.actuate.autoconfigure.tracing.zipkin
-
Classes in org.springframework.boot.web.client used by org.springframework.boot.actuate.metrics.web.clientClassDescriptionCallback interface that can be used to customize a
RestClient.Builder
.Callback interface that can be used to customize aRestTemplate
. -
Classes in org.springframework.boot.web.client used by org.springframework.boot.autoconfigure.web.clientClassDescriptionCallback 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.web.client used by org.springframework.boot.test.autoconfigure.web.client
-
Classes in org.springframework.boot.web.client used by org.springframework.boot.test.web.clientClassDescriptionSettings that can be applied when creating a
ClientHttpRequestFactory
.Callback interface that can be used to customize aRestClient.Builder
.Builder that can be used to configure and create aRestTemplate
.Callback interface that can be used to customize aRestTemplate
.UriTemplateHandler
to set the root for URI that starts with'/'
. -
Classes in org.springframework.boot.web.client used by org.springframework.boot.web.clientClassDescriptionSettings that can be applied when creating a
ClientHttpRequestFactory
.Builder that can be used to configure and create aRestTemplate
.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.web.client used by org.springframework.boot.webservices.client