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.
|
Class and Description |
---|
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.
|
Class and Description |
---|
DecoratedInvoker
A decorated invoker allowing to ignore some exceptions or returning decorator result instead of field result.
|
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-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.