Uses of Class
org.springframework.boot.web.client.RestTemplateBuilder
Packages that use RestTemplateBuilder
Package
Description
Auto-configuration for actuator Cloud Foundry concerns using Spring MVC.
Auto-configuration for tracing with Zipkin.
Auto-configuration for web clients.
Auto-configuration for web clients.
Web client test utilities.
Web client utilities.
-
Uses of RestTemplateBuilder in org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet
Methods in org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet with parameters of type RestTemplateBuilderModifier and TypeMethodDescriptionorg.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryWebEndpointServletHandlerMappingCloudFoundryActuatorAutoConfiguration.cloudFoundryWebEndpointServletHandlerMapping(ParameterValueMapper parameterMapper, EndpointMediaTypes endpointMediaTypes, RestTemplateBuilder restTemplateBuilder, ServletEndpointsSupplier servletEndpointsSupplier, ControllerEndpointsSupplier controllerEndpointsSupplier, ApplicationContext applicationContext) -
Uses of RestTemplateBuilder in org.springframework.boot.actuate.autoconfigure.tracing.zipkin
Methods in org.springframework.boot.actuate.autoconfigure.tracing.zipkin that return RestTemplateBuilderModifier and TypeMethodDescriptionZipkinRestTemplateBuilderCustomizer.customize(RestTemplateBuilder restTemplateBuilder) Deprecated, for removal: This API element is subject to removal in a future version.Customize the rest template builder.Methods in org.springframework.boot.actuate.autoconfigure.tracing.zipkin with parameters of type RestTemplateBuilderModifier and TypeMethodDescriptionZipkinRestTemplateBuilderCustomizer.customize(RestTemplateBuilder restTemplateBuilder) Deprecated, for removal: This API element is subject to removal in a future version.Customize the rest template builder. -
Uses of RestTemplateBuilder in org.springframework.boot.autoconfigure.web.client
Methods in org.springframework.boot.autoconfigure.web.client that return RestTemplateBuilder