| 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.
|