| Package | Description |
|---|---|
| org.squirrelframework.foundation.util |
| Modifier and Type | Method and Description |
|---|---|
static void |
ReflectUtils.doWithFields(Class<?> clazz,
ReflectUtils.FieldCallback fc)
Invoke the given callback on all fields in the target class, going up the
class hierarchy to get all declared fields.
|
static void |
ReflectUtils.doWithFields(Class<?> clazz,
ReflectUtils.FieldCallback fc,
ReflectUtils.FieldFilter ff)
Invoke the given callback on all fields in the target class, going up the
class hierarchy to get all declared fields.
|
Copyright © 2013–2016. All rights reserved.