parse error: Can not construct instance of java.lang.Class, problem: XXX; nested exception is com.fasterxml.jackson.databind.JsonMappingException: Can not construct instance of java.lang.Class, problem: XXX? at [Source: java.io.PushbackInputStream@5470503b; line: 1, column: 2558] (through reference chain: java.util.ArrayList[14]->XXX)
对象中缺少无参构造添加无参构造即可
本文探讨了如何修复Java编程中遇到的‘Cannot construct instance of java.lang.Class’错误,重点提示在对象创建时需确保存在无参构造函数。

9316

被折叠的 条评论
为什么被折叠?



