摘要: /** * 新反射实例化模型 * @param filenamepath * @return */ public static Object newIntence(String filenamepath) { Object t = null; try { Class cls ... 阅读全文
posted @ 2016-09-01 13:54 243573295 阅读(3161) 评论(0) 推荐(0) 编辑
摘要: /** * java读取文件中的属性类型 * @param model * @return * @throws Exception */ public static Map getModelAttriButeType(Object model) throws Exception{ Field[] field = m... 阅读全文
posted @ 2016-09-01 13:51 243573295 阅读(14385) 评论(0) 推荐(2) 编辑