类的使用
com.github.aqiu202.util.ReflectionUtils.ClassFields
-
com.github.aqiu202.util中ReflectionUtils.ClassFields的使用
修饰符和类型方法说明static ReflectionUtils.ClassFieldsReflectionUtils.getAllField(Class<?> type) 获取所有的属性(包含私有属性,但不包含final和static修饰的属性)static ReflectionUtils.ClassFieldsReflectionUtils.getAllField(Class<?> type, ReflectionUtils.ScanDirection direction) static ReflectionUtils.ClassFields获取所有的属性(不包含私有属性)