Details
-
Improvement
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
0.5
-
Quasar
-
Puma Sprint 232, Puma Sprint 233
Description
We currently have
@JsonProperty("_links") @JsonInclude(Include.NON_NULL) public Map<String, LinkModel> getLinksMap()
and
@JsonProperty("_meta") @JsonInclude(Include.NON_NULL) public Map<String, Object> getMetadataMap()
Since the SPA SDK wants to assume _links and _meta are always there, it seems we need to remove '@JsonInclude(Include.NON_NULL)' and also add a unit test to confirm that if link map is null or metaDataMap is null, the PMA still contains _links and _meta
Attachments
Issue Links
- relates to
-
CMS-12508 Make _links and _meta properties mandatory in the SPA SDK typings
- Closed