Uses of Interface
com.atlassian.pageobjects.util.InjectUtils.FieldVisitor

Packages that use InjectUtils.FieldVisitor
com.atlassian.pageobjects.util Utilities to be used when implementing page objects and extensions to the page object api 
 

Uses of InjectUtils.FieldVisitor in com.atlassian.pageobjects.util
 

Methods in com.atlassian.pageobjects.util with parameters of type InjectUtils.FieldVisitor
static
<A extends java.lang.annotation.Annotation>
void
InjectUtils.forEachFieldWithAnnotation(java.lang.Object instance, java.lang.Class<A> annotation, InjectUtils.FieldVisitor<A> fieldVisitor)
          Executes the callback for each private field marked with the desired annotation
 



Copyright © 2013 Atlassian. All Rights Reserved.