摘要:
/** * 新反射实例化模型 * @param filenamepath * @return */ public static Object newIntence(String filenamepath) { Object t = null; try { Class cls ... 阅读全文
posted @ 2016-09-01 13:54
243573295
阅读(3171)
评论(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
阅读(14481)
评论(0)
推荐(2)