Generated by
JDiff

Interface org.springframework.web.client.RestOperations

Added Methods
ResponseEntity<T> exchange(RequestEntity<?>, Class<T>) Execute the request specified in the given RequestEntity and return the response as ResponseEntity.
ResponseEntity<T> exchange(RequestEntity<?>, ParameterizedTypeReference<T>) Execute the request specified in the given RequestEntity and return the response as ResponseEntity.