Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 243 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 243 Bytes

jamie-reflect 反射demo

  • com.jamie.reflect.ConstructorTest 通过Class对象可以获取某个类中的:构造方法
  • com.jamie.reflect.FieldTest 获取成员方法并调用
  • com.jamie.reflect.MethodTest 获取成员方法并调用