toedter / spring-hateoas-jsonapi

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

Add attributes of "included" relationships when deserializing entities with @JsonApiRelationships #58

Closed toedter closed 2 years ago

toedter commented 2 years ago

Right now, only the id field is set when deserializing JSON to Java DTOs that have wiels annotated with @JonApiRelationships. Fill other attributes if the corresponding rest ressorces are included in the JSON document with "included".