public class XmlUtil extends Object
XmlUtil()
static <T> T
fromXml(File xmlPath, Class<T> type)
fromXml(String xml, Class<T> type)
static String
toXml(Object object)
static boolean
toXml(Object object, File xml)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public XmlUtil()
public static <T> T fromXml(File xmlPath, Class<T> type)
T
xmlPath
type
public static <T> T fromXml(String xml, Class<T> type)
xml
public static boolean toXml(Object object, File xml)
object
public static String toXml(Object object)
Copyright © 2015. All rights reserved.