public class XmlUtil extends Object
| Constructor and Description |
|---|
XmlUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
DeserializeXml(String xmlStr,
Class type) |
static String |
mapToXml(Map<String,Object> map) |
public static Map<String,Object> DeserializeXml(String xmlStr, Class type) throws InstantiationException, IllegalAccessException, NoSuchMethodException, InvocationTargetException
public static String mapToXml(Map<String,Object> map) throws IllegalAccessException
IllegalAccessExceptionCopyright © 2021. All rights reserved.