1)@JsonProperty :用於屬性上、set/get方法上,該屬性序列化後可重命名。 ... @JsonProperty("nameJY") private String name; // name值爲“暮色”.
確定! 回上一頁