Annotation Interface JsonApiRelationships
Specifies the JSON:API relationships of a resource object.
This annotation is only used for deserialization
of JSON:API structured JSON to Java objects,
and is useful for POST and PATCH requests.
For serialization use a
JsonApiModelBuilder
.-
Required Element Summary
-
Element Details
-
value
String valueThe name of the relationship.
-