Files
spring-data-rest/spring-data-rest-webmvc
Oliver Gierke 8c2aecce6c DATAREST-1248 - SortTranslator now considers read-only properties sortable.
MappedProperties now exposes a factory method that uses the Jackson introspector for serialization (instead of deserialization) which now also includes read-only properties. Previously, read-only ones were not considered as they are excluded from the metadata if it is looked up for deserialization.
2018-08-07 16:25:23 +02:00
..