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