Interface Reflection.FieldAccessor<T>
- Type Parameters:
T- - field type.
- Enclosing class:
Reflection
public static interface Reflection.FieldAccessor<T>
An interface for retrieving the field content.
-
Method Summary
-
Method Details
-
get
-
set
-
hasField
Determine if the given object has this field.- Parameters:
target- - the object to test.- Returns:
- TRUE if it does, FALSE otherwise.
-