Read big XML with jackson using Filter on attribute level

后端 未结 0 1232
独厮守ぢ
独厮守ぢ 2020-12-03 05:09

I want to transform a big XML file into a pojo with Jackson. So I use this:

XmlMapper xmlMapper = new XmlMapper();
MyClass myClass = xmlMapper.readValue(resou         


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