Files
spring-data-rest/spring-data-rest-webmvc/src
Oliver Drotbohm 659a502914 Prevent NullPointerException in AggregateReferenceDeserializerModifier.
In AggregateReferenceDeserializerModifier we now look up the original property name on the Jackson metadata before trying to resolve the property target type. We also explicitly guard against null values returned from that lookup and opt out of the customization in those cases.
2021-07-13 09:42:26 +02:00
..