Uses of Package
org.fest.reflect.field

Packages that use org.fest.reflect.field
org.fest.reflect.core Provides a "fluent" API that makes usage of the Java Reflection API easier and improves code readability. 
org.fest.reflect.field Provides a "fluent" API for field access via the Java Reflection API. 
 

Classes in org.fest.reflect.field used by org.fest.reflect.core
FieldName
          Understands the name of a field to access using Java Reflection.
StaticFieldName
          Understands the name of a static field to access using Java Reflection.
 

Classes in org.fest.reflect.field used by org.fest.reflect.field
FieldName
          Understands the name of a field to access using Java Reflection.
FieldType
          Understands the type of a field to access using Java Reflection.
FieldTypeRef
          Understands the type of a field to access using Java Reflection.
Invoker
          Understands the use of reflection to access a field from an object.
StaticFieldName
          Understands the name of a static field to access using Java Reflection.
StaticFieldType
          Understands the type of a static field to access using Java Reflection.
StaticFieldTypeRef
          Understands the type of a static field to access using Java Reflection.
 



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