摘要:
1 package com.dq.schooldomain.utils; 2 3 4 5 import com.thoughtworks.xstream.XStream; 6 import com.thoughtworks.xstream.io.xml.DomDriver; 7 import com.thoughtworks.xstream.io.xml.XmlFriendl... 阅读全文
摘要:
1 /** 2 * 将map转换为一个对象 3 * 4 * @param map 5 * @param beanClass 6 * @return 7 * @throws Exception 8 */ 9 public static Object mapToObject(Map map, Class... 阅读全文