赞助
摘要: 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... 阅读全文
posted @ 2019-03-05 15:36 念念不忘、 阅读(3591) 评论(0) 推荐(0) 编辑
摘要: 1 /** 2 * 将map转换为一个对象 3 * 4 * @param map 5 * @param beanClass 6 * @return 7 * @throws Exception 8 */ 9 public static Object mapToObject(Map map, Class... 阅读全文
posted @ 2019-03-05 15:35 念念不忘、 阅读(7541) 评论(0) 推荐(0) 编辑