How to fix invaliddefinitionexception when using ObjectMapper on Pojo that has org.json.JSONObject

后端 未结 0 1021
情书的邮戳
情书的邮戳 2020-11-30 19:30

I\'m not sure, if this type of problem was already asked. I couldnt find, so asking

I have a POJO

Class A {
int id;
Object data;
//getter and setters
}         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题