/** * MethodName: getReflection<br> * Description:解析respXML 在通过反射设置对象属性值 * User: liqijing * Date:2015-7-19下午12:42:55 * @param clzzName * @param respXML * @return * @throws ClassNotFoundException * @throws DocumentException * @throws IllegalArgumentException * @throws IllegalAccessException * @throws InstantiationException * @throws SecurityException * @throws NoSuchFieldException */public static <T> Object getReflection(String clzzName , String respXML) throws ClassNotFoundException, DocumentException, IllegalArgumentException, IllegalAccessException, InstantiationException, SecurityException, nosuchfieldException {object o = class.forname(clzzName).newInstance(); class clz = class.forname(clzzName).newinstance().newinstance().getClass(); document doc = null; doc = null; docorm = documenthelper.parset.parset.parsetext(suppsxml); element el = doce.getRootelement(fieldRootelement(field) clz.getDeclaredFields()){iterator it = el.ElementIterator(); while(it.hasnext()){element elt elt =(element)it.next(); if(f.getName() clz.getDeclaredField(elt.getName()); f.setAccessible(true); f.set(o,elt.getText());}}}}}} return o;}各位:
在开发过程中有类似的需求通过反射动态设置属性值,希望有帮助。也很高兴与大家分享,谢谢。,谢谢。
以上这篇java通过反射机制动态设置对象属性值的方法就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持武林网。,也希望大家多多支持武林网。