|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReflectionUtil.FieldAction | |
|---|---|
| com.tngtech.jgiven.impl.util | |
| Uses of ReflectionUtil.FieldAction in com.tngtech.jgiven.impl.util |
|---|
| Methods in com.tngtech.jgiven.impl.util with parameters of type ReflectionUtil.FieldAction | |
|---|---|
static void |
ReflectionUtil.forEachField(Object object,
Class<?> clazz,
ReflectionUtil.FieldPredicate predicate,
ReflectionUtil.FieldAction action)
Iterates over all fields of the given class and all its super classes and calls action.act() for the fields that are annotated with the given annotation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||