betwixt xml转换成对象(XML节点大写)

前端之家收集整理的这篇文章主要介绍了betwixt xml转换成对象(XML节点大写)前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
beanReader.getXMLIntrospector().getConfiguration().setElementNameMapper(new CapitalizeNameMapper());//节点大写
beanReader.getXMLIntrospector().getConfiguration().setWrapCollectionsInElement(false);//当遇到ArrayList或者Map时做一个包装
原文链接:https://www.f2er.com/xml/300629.html

猜你在找的XML相关文章