|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReflectionUtils.FieldCallback | |
|---|---|
| com.github.drinkjava2.jdialects.springsrc.utils | |
| Uses of ReflectionUtils.FieldCallback in com.github.drinkjava2.jdialects.springsrc.utils |
|---|
| Methods in com.github.drinkjava2.jdialects.springsrc.utils with parameters of type ReflectionUtils.FieldCallback | |
|---|---|
static void |
ReflectionUtils.doWithFields(Class<?> clazz,
ReflectionUtils.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 |
ReflectionUtils.doWithFields(Class<?> clazz,
ReflectionUtils.FieldCallback fc,
ReflectionUtils.FieldFilter ff)
Invoke the given callback on all fields in the target class, going up the class hierarchy to get all declared fields. |
static void |
ReflectionUtils.doWithLocalFields(Class<?> clazz,
ReflectionUtils.FieldCallback fc)
Invoke the given callback on all fields in the target class, going up the class hierarchy to get all declared fields. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||