Slide 49
Slide 49 text
Annotations Example (2)
EntityModel.of(
new Movie("1", "MOVIE", "metaValue", "Star Wars"));
will be rendered as
{
"data": {
"id": "1",
"type": "MOVIE",
"attributes": {
"title": "Star Wars"
},
"meta": {
"myMeta": "metaValue"
}
}
}
5/12/2023 © Kai Tödter, Licensed under a Creative Commons Attribution 4.0 International License. 49