beanReader.getXMLIntrospector().getConfiguration().setElementNameMapper(new CapitalizeNameMapper());//节点大写 beanReader.getXMLIntrospector().getConfiguration().setWrapCollectionsInElement(false);//当遇到ArrayList或者Map时做一个包装
beanReader.getXMLIntrospector().getConfiguration().setElementNameMapper(new CapitalizeNameMapper());//节点大写 beanReader.getXMLIntrospector().getConfiguration().setWrapCollectionsInElement(false);//当遇到ArrayList或者Map时做一个包装