大概意思就是java反序列化错误,也就是参数注入失败,或者实例化失败,需要一个对象来接受,我这边在接受companys这个字段的时候,已经定义了一个类,这时候需要一个static 标识

 

 

我这边  

private List<CompanyDetail> companys;

CompanyDetail是一个内部类,JSON parse error: Can not construct instance of com

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-01
  • 2021-10-01
  • 2022-01-20
  • 2022-01-15
  • 2021-06-19
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-02-06
  • 2021-10-09
  • 2021-08-04
  • 2022-12-23
  • 2021-05-07
相关资源
相似解决方案