public class XmlUtils extends Object
XmlUtils()
static String
beanToXml(Object object)
static <T> T
xmlToBean(String xml, Class<T> c)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public XmlUtils()
public static String beanToXml(Object object)
object
public static <T> T xmlToBean(String xml, Class<T> c)
xml
c
Copyright © 2020 opencodes. All rights reserved.