Generated by
JDiff

Interface org.springframework.web.client.RestOperations

Added Methods
ResponseEntity<T> exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Object[]) Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
ResponseEntity<T> exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Map<String, ?>) Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
ResponseEntity<T> exchange(URI, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>) Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.