wubin19881121

导航

2020年3月11日 #

PropertyDescriptor和BeanUtils使用去获得类的get 和 setter访问器

摘要: PropertyDescriptor类 的构造器描述为 PropertyDescriptor pd=new PropertyDescriptor(String propertyName, Class<?> beanClass) 第一个参数是字段名字,第二个参数是类型名称 Method methodG 阅读全文

posted @ 2020-03-11 17:33 wubin19881121 阅读(1116) 评论(0) 推荐(2) 编辑