问题遇到的现象和发生背景
使用GsonFormatPlus生成的类属性代码,上面有个注解,报错,androidstudio查找也没找到对应的以来
想知道这个是什么?json吗?
用代码块功能插入代码,请勿粘贴截图
@com.fasterxml.jackson.annotation.JsonProperty("city")
private String city;
@com.fasterxml.jackson.annotation.JsonProperty("temp")
private String temp;
@com.fasterxml.jackson.annotation.JsonProperty("weather")
private String weather;
@com.fasterxml.jackson.annotation.JsonProperty("pm")
private String pm;
@com.fasterxml.jackson.annotation.JsonProperty("wind")
private String wind;