Uses of Class
org.fest.reflect.field.Invoker

Packages that use Invoker
org.fest.reflect.field Provides a "fluent" API for field access via the Java Reflection API. 
 

Uses of Invoker in org.fest.reflect.field
 

Methods in org.fest.reflect.field that return Invoker
 Invoker<T> StaticFieldTypeRef.in(Class<?> target)
          Returns a new field invoker.
 Invoker<T> StaticFieldType.in(Class<?> target)
          Returns a new field invoker.
 Invoker<T> FieldType.in(Object target)
          Returns a new field access invoker, capable of accessing (read/write) the underlying field.
 Invoker<T> FieldTypeRef.in(Object target)
          Returns a new field invoker.
 



Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.