@JsonProperty和@JsonAlias的区别

@JsonProperty 这个注解提供了序列化和反序列化过程当中该java属性所对应的名称 @JsonAlias 这个注解只只在反序列化时起做用,指定该java属性能够接受的更多名称 public static void main (String[] args ) throws IOException { String a ="{\"NaMe\":\"hello\"}";
相关文章
相关标签/搜索