Details
Description
Currently, the RestTemplate has no way to handle generic types. In other words, the following does not work:
List<MyDomain> myDomainList = restTemplate.getForObject(uri, List.class);
This should be fixed.
Attachments
Issue Links
- is duplicated by
-
SPR-8840 RestTemplate Converting Generic Types
-
- Resolved
-