| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static PropertyName |
PropertyName.startPropertyAccess(java.lang.String name)
Creates a new
: the starting point of the fluent interface for accessing properties using
Bean Introspection. |
| Modifier and Type | Method and Description |
|---|---|
static PropertyName |
Reflection.property(java.lang.String name)
Starting point of the fluent interface for accessing properties via Bean Introspection.
|
Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.