Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Jackson 2.0 对循环引用有很好的支持,但是,似乎都需要注释 POJO 类。如果我无法编辑要序列化为 json 的 java 类,但只想忽略循环引用,例如 json lib jsonConfig.setCycleDetectionStrategy(CycleDetectionStrategy.LENIENT),它基本上会在发生循环引用时忽略循环引用。
不。Jackson 不进行全周期检测;仅当注释表明需要时才进行身份检查。