AndroidStudio开发 GsonFormatPlus生成对应解析的类属性 fasterxml.jackson报错爆红

问题遇到的现象和发生背景

使用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;

img

img

解析的样式可以通过GsonFormatPlus 插件的设置自定义。支持几种生成模式