@XmlElement和@JsonProperty在同一个pojo中

时间:2016-09-30 10:18:55

标签: json jaxb

我想使用相同的pojo和自定义名称映射json属性和xml元素。以下是我的请求正文结构: 对于XML:

null

对于Json:{" cityName":" abc"," stateName":" xyz"} 我使用下面的代码,但它不起作用。任何人都可以在此代码中提出错误建议,提前致谢

blank

1 个答案:

答案 0 :(得分:1)

我使用com。 fasterxml .jackson.annotation.JsonProperty注释代替org。 codehaus .jackson.annotate.JsonProperty解决了这个问题,这对我有用。感谢