Uses of Interface
com.tngtech.jgiven.impl.util.ReflectionUtil.FieldPredicate

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.
 



Copyright © 2014 TNG Technology Consulting. All rights reserved.