toedter / spring-hateoas-jsonapi

A JSON:API media type implementation for Spring HATEOAS
Apache License 2.0
106 stars 15 forks source link

Deserialization of CollectionModel<EntityModel<Entity>> does not deserialize JSON:API relationships #57

Closed toedter closed 2 years ago

toedter commented 2 years ago

If the content of the deserialized EntityModel contains a property annotated with @JsonApiRelationships, the property is always null after deserialization.