有没有办法在两个方向上使用JsonManagedReference和JsonBackReference?

时间:2017-11-02 16:29:57

标签: java json spring-mvc jackson

我可以从Child序列化为Parent(JsonManagedReference - > JsonBackReference),但它不适用于Parent - >儿童。

有没有办法做到这一点?

我也尝试过使用JsonIdentityInfo。在这里,我无法反序列化包含具有相同ID的2个对象的Json。 我创建了一个问题:

Unable to deserialize JSON with same ID

1 个答案:

答案 0 :(得分:0)

经过多次尝试,用@JsonIgnoreProperties实现遍历双向

示例:“@ JsonIgnoreProperties(allowSetters = true,value = {”enterprise“})”