public class Student { @JsonProperty(value="id") private String mID; ... 假如你沒使用@JsonProperty,可以在get函式宣告即可:(Jackson會把get method與 ...
確定! 回上一頁