Uses of Class
org.springframework.web.client.RestTemplate
Packages that use RestTemplate
Package
Description
Classes supporting the
org.springframework.web.client package.-
Uses of RestTemplate in org.springframework.web.client.support
Methods in org.springframework.web.client.support that return RestTemplateModifier and TypeMethodDescriptionRestGatewaySupport.getRestTemplate()Returns theRestTemplatefor the gateway.Methods in org.springframework.web.client.support with parameters of type RestTemplateModifier and TypeMethodDescriptionvoidRestGatewaySupport.setRestTemplate(RestTemplate restTemplate) Sets theRestTemplatefor the gateway.