@JsonProperty和@JsonAlias的區別

@JsonProperty 這個註解提供了序列化和反序列化過程當中該java屬性所對應的名稱 @JsonAlias 這個註解只只在反序列化時起做用,指定該java屬性能夠接受的更多名稱 public static void main (String[] args ) throws IOException { String a ="{\"NaMe\":\"hello\"}";
相關文章
相關標籤/搜索