| 程序包 | 说明 |
|---|---|
| cn.tom.kit.clazz |
| 限定符和类型 | 字段和说明 |
|---|---|
static ReflectUtil.FieldFilter |
ReflectUtil.COPYABLE_FIELDS
Pre-built FieldFilter that matches all non-static, non-final fields.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
ReflectUtil.doWithFields(Class<?> clazz,
ReflectUtil.FieldCallback fc,
ReflectUtil.FieldFilter ff)
Invoke the given callback on all fields in the target class, going up the
class hierarchy to get all declared fields.
|
Copyright © 2019. All rights reserved.