jackson

jackson的一些注解

  • 指定字段不返回 @JsonIgnore
  • 指定日期格式 @JsonFormat(pattern"yyyy-MM-dd hh:mm:ss", locale="zh", timezone="GMT+8")
  • 指定字段为空时不返回 @JsonInclude(Include.NOT_NULL)
  • 指定别名 @JsonProperty("otherName")

other todo

posted @ 2019-11-27 14:45  scp-166  阅读(1430)  评论(0编辑  收藏  举报