Files
spring-data-rest/spring-data-rest-webmvc/src
Oliver Gierke 780d674012 DATAREST-415 - Moved to PersistentPropertyAccessor API.
We now use the PersistentPropertyAccessor provided by the PersistentEntity to lookup property values to benefit from store-specific customizations. Code that relies on value conversion by using a ConversionService now explicitly uses a ConvertingPropertyAccessor.

Related tickets: DATACMNS-596.
2014-11-24 13:22:08 +01:00
..