</Settings> public void convertXml() {
final XmlMapperxmlMapper = newXmlMapper();
final Configuration configuration = xmlMapper.readValue(rawXml.getFile(), Configuration.class
嗨,我正在尝试使用XML2.7.3 XmlMapper将我的POJO转换成xml。我在POJO类中使用jackson注释,如下面的代码所示,但我在列表的每个标记中都添加了一些唯一的in。value the value to setpublic void setValue(String value) {}// 在主方法中使用XmlMapper转换为xml
XmlMapperxmlMapper = new XmlMappe