Jackson: XML to Map with List deserialization

前端 未结 3 678
暖寄归人
暖寄归人 2020-12-15 05:52

Is there a way to deserialize the following xml into Map holding List of items using Jackson?


    12345678
    <         


        
3条回答
  •  天涯浪人
    2020-12-15 06:29

    Created a custom deserializer by extending UntypedObjectDeserializer to do this job.

提交回复
热议问题