Files
spring-hateoas/src/main
Oliver Gierke ab613f85ac #360 - Improved TypeConstrainedHttpMessageConverter on generics matching.
We now locally resolve the generic type using Jackson's JavaType in canRead(Type, Class, MediaType) to avoid having to call the non-generic method as this caused us having to tweak it's implementation to avoid the super.canRead(Class, MediaType) check as this in turn forwards to the generic method (which then would've caused a stack overflow.
2015-08-04 10:35:43 +02:00
..
2012-07-19 13:55:52 +02:00
2015-03-05 10:31:15 +01:00