Uses of Class
org.fest.reflect.beanproperty.PropertyName

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

Uses of PropertyName in org.fest.reflect.beanproperty
 

Methods in org.fest.reflect.beanproperty that return PropertyName
static PropertyName PropertyName.startPropertyAccess(String name)
          Creates a new PropertyName: the starting point of the fluent interface for accessing properties using Bean Introspection.
 

Uses of PropertyName in org.fest.reflect.core
 

Methods in org.fest.reflect.core that return PropertyName
static PropertyName Reflection.property(String name)
          Starting point of the fluent interface for accessing properties via Bean Instrospection.
 



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