摘要: @JsonPropertyOrder({ "name", "id" }) 指定 序列化属性的顺序 @JsonPropertyOrder(alphabetic=true) 按字母顺序对属性进行排序 @JsonRawValue 属性 注释可以 指示 Jackson 完全按原样序列化 。 这个注解可以将一 阅读全文
posted @ 2022-09-07 15:32 LiuChengloong 阅读(364) 评论(0) 推荐(0) 编辑