摘要: JsonIgnoreProperties注解是Jackson库中的一个注解,用于在序列化和反序列化JSON时忽略一些属性。 使用方法:在Java类中的需要忽略的属性上添加@JsonIgnoreProperties注解。例如: public class User { @JsonIgnoreProper 阅读全文
posted @ 2022-12-07 21:25 于道 阅读(3507) 评论(2) 推荐(0) 编辑