我有必要将JSON消息反序列化为通用对象/接口而不是特定类型。
我完成了这篇文章Interfaces and @RequestBody并试图实现同样的目标。
但是它再次以同样的错误失败
Can not construct instance of XXXXX, problem: abstract types either need to be mapped to concrete types, have custom deserializer, or be instantiated with additional type information
当控件到达方法时,对象被构造为链接的哈希映射。 可能出了什么问题?我是否正确地接近了解决方案?