| 程序包 | 说明 |
|---|---|
| com.github.aqiu202.util |
| 限定符和类型 | 方法和说明 |
|---|---|
static ReflectionUtils.ClassFields |
ReflectionUtils.getAllField(Class<?> type)
获取所有的属性(包含私有属性,但不包含final和static修饰的属性)
|
static ReflectionUtils.ClassFields |
ReflectionUtils.getAllField(Class<?> type,
ReflectionUtils.ScanDirection direction) |
static ReflectionUtils.ClassFields |
ReflectionUtils.getFields(Class<?> type)
获取所有的属性(不包含私有属性)
|
Copyright © 2025. All rights reserved.