码迷,mamicode.com
首页 > 其他好文 > 详细

反射中getFields()与getDeclaredFields()区别

时间:2017-04-11 09:21:21      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:style   tco   字段   访问   nbsp   field   方法   protect   get   

* getFields()与getDeclaredFields()区别:getFields()只能访问类中声明为公有的字段,私有的字段它无法访问,能访问从其它类继承来的公有方法.getDeclaredFields()能访问类中所有的字段,与public,private,protect无关,不能访问从其它类继承来的方法  

* getMethods()与getDeclaredMethods()区别:getMethods()只能访问类中声明为公有的方法,私有的方法它无法访问,能访问从其它类继承来的公有方法.getDeclaredFields()能访问类中所有的字段,与public,private,protect无关,不能访问从其它类继承来的方法  

* getConstructors()与getDeclaredConstructors()区别:getConstructors()只能访问类中声明为public的构造函数.getDeclaredConstructors()能访问类中所有的构造函数,与public,private,protect无关  

反射中getFields()与getDeclaredFields()区别

标签:style   tco   字段   访问   nbsp   field   方法   protect   get   

原文地址:http://www.cnblogs.com/wqfeng-2017/p/6691948.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!