| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static FieldName |
Reflection.field(java.lang.String name)
Starting point of the fluent interface for accessing fields via reflection.
Nested field are supported with dot notation, e.g. |
| Modifier and Type | Method and Description |
|---|---|
static FieldName |
FieldName.beginFieldAccess(java.lang.String name)
Creates a new
: the starting point of the fluent interface for accessing fields using Java
Reflection. |
Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.