toedter / spring-hateoas-jsonapi

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

JSON-LD integration #68

Closed leoandrea7 closed 1 year ago

leoandrea7 commented 1 year ago

Hi, I see that JSON API provide support for JSON-LD. Is it possible to use this integration with this library?

toedter commented 1 year ago

Could you please decsribe a concrete use case?

If you just want to create @-members, you could already do it like:

@JsonProperty("@context")
private String context;
toedter commented 1 year ago

Since I got no more input, I close this issue. Please re-open if you can provide more concrete info.