Files
spring-data-redis/src/test/java/org/springframework
Mark Paluch 58d7ff90a5 DATAREDIS-544 - Read constructor property values through MappingRedisConverter.
We now read and convert constructor property values through MappingRedisConverter.readProperty(…) to apply proper conversion. This way, constructor properties are read through the same methods as instance properties allowing to read back nested level entities.

Previously, we were only reading simple properties or properties associated with a registered Converter.

Original Pull Request: #329
2018-04-11 10:48:08 +02:00
..