我有必要将 JSON 消息反序列化为通用对象/接口,而不是特定类型。
我浏览了这篇文章Interfaces 和 @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
当控件到达方法时,对象被构造为链接的哈希映射。可能出了什么问题?我是否正确地接近解决方案?