Annotationsschnittstelle Relation
Identical to Spring's Hateoas
@Relation annotation. It configures the name/relation to be used when embedding
objects in HAL representations of HalResourceWrapper and HalListWrapper.-
Optionale Elemente - Übersicht
Optionale ElementeModifizierer und TypOptionales ElementBeschreibungDefines the relation to be used when referring to a collection of resources.Defines the relation to be used when referring to a single resource.Defines the relation to be used when referring to a single resource.
-
Elementdetails
-
value
Defines the relation to be used when referring to a single resource. Alias foritemRelation().- Gibt zurück:
- the relation name for a single resource
- Standard:
""
-
itemRelation
Defines the relation to be used when referring to a single resource. Alias ofvalue().- Gibt zurück:
- the relation name for a single resource
- Standard:
""
-
collectionRelation
String collectionRelationDefines the relation to be used when referring to a collection of resources.- Gibt zurück:
- the relation name for a collection of resources
- Standard:
""
-