我正在使用katharsis,我想要自定义响应,以下是katharsis响应。
{
"type": "table-name",
"id": "A",
"attributes": {
"description": "AAA"
},
"relationships": {
},
"links": {
"self": "http://localhost/table-name/A"
}
}
如何删除链接下的“”self“:”http://localhost/table-name/A“”
答案 0 :(得分:0)
在Katharsis Dto中添加字符串字段,为此字段提供空值。 然后添加@JsonApiLinksInformation的annoation。 Katharsis将“”self“:”http://localhost/table-name/A“”替换为空字符串