我在想如果@JsonProperty
註釋工作遞歸?傑克遜@JsonProperty註釋工作是否遞歸?
例如:
public class AirTravelerType {
@JsonProperty
protected ProfileRef profileRef;
@JsonProperty
protected PersonNameType personName;
@JsonProperty
protected List<Telephone> telephone;
我找不到這方面有任何答案。有人能爲我澄清這件事嗎?我是否必須去ProfileRef
和其他人用註釋標記其字段?
或者像我在代碼片段中提到的那樣,這會足夠嗎?
當你嘗試過時發生了什麼? – 2014-09-26 15:34:04