摘要:
public static void testReflect(Object model) throws NoSuchMethodException, IllegalAccessException, IllegalArgumentException, InvocationTargetException{ Field[] field = model.getClass().getDeclaredFields(); //获取实体类的所有属性,返回Field数组 for(int j=0 ; j<field.length ; j++){ //遍历所有属性 String name = field[j] 阅读全文
posted @ 2012-07-10 15:44
人间烟火
阅读(55803)
评论(4)
推荐(1)

浙公网安备 33010602011771号