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

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.
 



Copyright © 2014 TNG Technology Consulting. All rights reserved.