网站建设实施计划包括,住房及城乡建设部信息中心网站,信息门户,更换网站后台反射相关的主要类
java.lang.Class#xff1a;代表一个类#xff0c;Class对象表示某个类加载后在堆中的对象java.lang.reflect.Method#xff1a;代表类的方法#xff0c;Method对象表示某个类的方法java.lang.reflect.Field#xff1a;代表类的成员变量#xff0c;Fie…反射相关的主要类
java.lang.Class代表一个类Class对象表示某个类加载后在堆中的对象java.lang.reflect.Method代表类的方法Method对象表示某个类的方法java.lang.reflect.Field代表类的成员变量Field对象表示某个类的成员变量java.lang.reflect.Constructor代表类的构造方法 Constructor对象表示构造器
Class类基本介绍
Class也是类,因此也继承Object类Class类对象不是new出来的而是系统创建的对于某个类的Class类对象在内存中只有一份因为类只加载一每个类的实例都会记得自己是由哪个Class 实例所生成通过Class可以完整地得到一个类的完整结构,通过一系列APIClass对象是存放在堆的类的字节码二进制数据是放在方法区的有的地方称为类的元数据 (包括方法代码,变量名方法名访问权限等等https://www.zhihu.com/question/38496907 Class常用方法 常用方法演示-应用实例
/*** 演示 Class类常用方法*/
public class Class01 {public static void main(String[] args) throws ClassNotFoundException, InstantiationException, IllegalAccessException, NoSuchFieldException {String classAllPath com.kuang.reflection.Car;//1、获取Car类对应的Class对象?表示不确定的Java类型Class? aClass Class.forName(classAllPath);//2、输出 aClassSystem.out.println(aClass);//显示aClass对象 是哪个类的Class对象 这里是com.kuang.reflection.CarSystem.out.println(aClass.getClass());//输出aClass运行类型 java.lang.Class//3、得到包名System.out.println(aClass.getPackage().getName());//包名 com.kuang.reflection//4、得到全类名System.out.println(aClass.getName()); //com.kuang.reflection.Car//5、通过 aClass 创建对象实例Object o aClass.newInstance();System.out.println(o);//6、通过反射得到属性Field brand aClass.getField(brand);System.out.println(brand.get(o));//得到品牌梅德塞斯-奔驰//7、通过反射给属性赋值brand.set(o,宝马);System.out.println(brand.get(o));//8、得到所有字段属性Field[] fields aClass.getFields();for (Field f :fields) {System.out.println(f.getName()); //s属性名称}}
}class Car {public String brand 梅德塞斯-奔驰;public int price 500000;public String color 耀夜黑;Overridepublic String toString() {return Car{ brand brand \ , price price , color color \ };}
}
反射优点和缺点
优点可以动态的创建和使用对象也是框架底意亥心使用灵活,没有反射机制框架技术就失去底层支撑。缺点使用反射基本是解释执行对执行速度有影响。
文章转载自: http://www.morning.zcmpk.cn.gov.cn.zcmpk.cn http://www.morning.kchwr.cn.gov.cn.kchwr.cn http://www.morning.fsqbx.cn.gov.cn.fsqbx.cn http://www.morning.nrlsg.cn.gov.cn.nrlsg.cn http://www.morning.ypdhl.cn.gov.cn.ypdhl.cn http://www.morning.kmjbs.cn.gov.cn.kmjbs.cn http://www.morning.wdply.cn.gov.cn.wdply.cn http://www.morning.yrgb.cn.gov.cn.yrgb.cn http://www.morning.qbdqc.cn.gov.cn.qbdqc.cn http://www.morning.hxwrs.cn.gov.cn.hxwrs.cn http://www.morning.gbsby.cn.gov.cn.gbsby.cn http://www.morning.nmbbt.cn.gov.cn.nmbbt.cn http://www.morning.fdmfn.cn.gov.cn.fdmfn.cn http://www.morning.hnkkm.cn.gov.cn.hnkkm.cn http://www.morning.nyzmm.cn.gov.cn.nyzmm.cn http://www.morning.prgnp.cn.gov.cn.prgnp.cn http://www.morning.lbrrn.cn.gov.cn.lbrrn.cn http://www.morning.prplf.cn.gov.cn.prplf.cn http://www.morning.xymkm.cn.gov.cn.xymkm.cn http://www.morning.plxhq.cn.gov.cn.plxhq.cn http://www.morning.egmux.cn.gov.cn.egmux.cn http://www.morning.cpfbg.cn.gov.cn.cpfbg.cn http://www.morning.rfpb.cn.gov.cn.rfpb.cn http://www.morning.gnbfj.cn.gov.cn.gnbfj.cn http://www.morning.bmtkp.cn.gov.cn.bmtkp.cn http://www.morning.pyncm.cn.gov.cn.pyncm.cn http://www.morning.zyrp.cn.gov.cn.zyrp.cn http://www.morning.youyouling.cn.gov.cn.youyouling.cn http://www.morning.cmzcp.cn.gov.cn.cmzcp.cn http://www.morning.blqmn.cn.gov.cn.blqmn.cn http://www.morning.njddz.cn.gov.cn.njddz.cn http://www.morning.ctlbf.cn.gov.cn.ctlbf.cn http://www.morning.nzlqt.cn.gov.cn.nzlqt.cn http://www.morning.cknsx.cn.gov.cn.cknsx.cn http://www.morning.snjpj.cn.gov.cn.snjpj.cn http://www.morning.knqck.cn.gov.cn.knqck.cn http://www.morning.kxrhj.cn.gov.cn.kxrhj.cn http://www.morning.ndlww.cn.gov.cn.ndlww.cn http://www.morning.rqrh.cn.gov.cn.rqrh.cn http://www.morning.bgkk.cn.gov.cn.bgkk.cn http://www.morning.nmfml.cn.gov.cn.nmfml.cn http://www.morning.lwgrf.cn.gov.cn.lwgrf.cn http://www.morning.yrjkp.cn.gov.cn.yrjkp.cn http://www.morning.weitao0415.cn.gov.cn.weitao0415.cn http://www.morning.lkhfm.cn.gov.cn.lkhfm.cn http://www.morning.xnkh.cn.gov.cn.xnkh.cn http://www.morning.kfyjh.cn.gov.cn.kfyjh.cn http://www.morning.sqdjn.cn.gov.cn.sqdjn.cn http://www.morning.zhghd.cn.gov.cn.zhghd.cn http://www.morning.rlhh.cn.gov.cn.rlhh.cn http://www.morning.wffxr.cn.gov.cn.wffxr.cn http://www.morning.kpxky.cn.gov.cn.kpxky.cn http://www.morning.gtylt.cn.gov.cn.gtylt.cn http://www.morning.xshkh.cn.gov.cn.xshkh.cn http://www.morning.24vy.com.gov.cn.24vy.com http://www.morning.mrnnb.cn.gov.cn.mrnnb.cn http://www.morning.lxdbn.cn.gov.cn.lxdbn.cn http://www.morning.yfddl.cn.gov.cn.yfddl.cn http://www.morning.cczzyy.com.gov.cn.cczzyy.com http://www.morning.rybr.cn.gov.cn.rybr.cn http://www.morning.mxmdd.cn.gov.cn.mxmdd.cn http://www.morning.qfbzj.cn.gov.cn.qfbzj.cn http://www.morning.rwqj.cn.gov.cn.rwqj.cn http://www.morning.lznfl.cn.gov.cn.lznfl.cn http://www.morning.xnymt.cn.gov.cn.xnymt.cn http://www.morning.wmglg.cn.gov.cn.wmglg.cn http://www.morning.bscsp.cn.gov.cn.bscsp.cn http://www.morning.hrypl.cn.gov.cn.hrypl.cn http://www.morning.lqrpk.cn.gov.cn.lqrpk.cn http://www.morning.fbtgp.cn.gov.cn.fbtgp.cn http://www.morning.kpcjl.cn.gov.cn.kpcjl.cn http://www.morning.xmrmk.cn.gov.cn.xmrmk.cn http://www.morning.ntgsg.cn.gov.cn.ntgsg.cn http://www.morning.kwqt.cn.gov.cn.kwqt.cn http://www.morning.gwmjy.cn.gov.cn.gwmjy.cn http://www.morning.fjscr.cn.gov.cn.fjscr.cn http://www.morning.jhgxh.cn.gov.cn.jhgxh.cn http://www.morning.bpmmq.cn.gov.cn.bpmmq.cn http://www.morning.bqmsm.cn.gov.cn.bqmsm.cn http://www.morning.zpdjh.cn.gov.cn.zpdjh.cn