|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReflectionUtil.FieldPredicate | |
|---|---|
| com.tngtech.jgiven.impl.util | |
| Uses of ReflectionUtil.FieldPredicate in com.tngtech.jgiven.impl.util |
|---|
| Methods in com.tngtech.jgiven.impl.util that return ReflectionUtil.FieldPredicate | |
|---|---|
static ReflectionUtil.FieldPredicate |
ReflectionUtil.allFields()
|
static ReflectionUtil.FieldPredicate |
ReflectionUtil.hasAtLeastOneAnnotation(Class<? extends Annotation>... annotation)
|
static ReflectionUtil.FieldPredicate |
ReflectionUtil.nonStaticField()
|
| Methods in com.tngtech.jgiven.impl.util with parameters of type ReflectionUtil.FieldPredicate | |
|---|---|
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 | |||||||||