1.@JsonIgnoreProperties(ignoreUnknown = true) #忽略类中不存在的字段
2.@JsonInclude(JsonInclude.Include.NOT_NULL) #NOT_NULL代表如果某个字段是空,在序列化的时候就不序列化这个字段了
1.@JsonIgnoreProperties(ignoreUnknown = true) #忽略类中不存在的字段
2.@JsonInclude(JsonInclude.Include.NOT_NULL) #NOT_NULL代表如果某个字段是空,在序列化的时候就不序列化这个字段了
本文标题:Spring中的注解
本文链接:https://www.haomeiwen.com/subject/sltytktx.html
网友评论