Jackson ObjectMapper valueToTree method also write valueType and integral but no actual value

后端 未结 0 1208
感动是毒
感动是毒 2021-02-06 05:35

I am trying to convert a JAVA POJO object with a JsonObject to a String as following:

   class MyPojo {
      public MyPojo(String sName, JsonObject obj) 
      {         


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