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
Required Elements
-
Element Details
-
value
String valueThe name of the relationship.- Returns:
- the name of the relationship
-