Closed
Description
Arjen Poutsma opened SPR-7023 and commented
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.
Affects: 3.1.1
Issue Links:
- RestTemplate Converting Generic Types [SPR-8840] #13482 RestTemplate Converting Generic Types ("is duplicated by")
- HttpMessageConverter doesn't support typed collections [SPR-8381] #13028 HttpMessageConverter doesn't support typed collections
- Add PATCH HTTP operation to RestTemplate [SPR-14857] #19423 Add PATCH HTTP operation to RestTemplate
- RestTemplate fails to convert properly for Generic Type Container with MappingJacksonHttpMessageConverter [SPR-7002] #11667 RestTemplate fails to convert properly for Generic Type Container with MappingJacksonHttpMessageConverter
Referenced from: commits ed3823b
14 votes, 16 watchers