| Constructor and Description |
|---|
FieldGetter(Field field) |
| Modifier and Type | Method and Description |
|---|---|
P |
get(T target)
Return the property from the specified object.
|
String |
toString() |
public FieldGetter(Field field)
public P get(T target) throws IllegalAccessException
Getterget in interface Getter<T,P>target - the object to get the property fromIllegalAccessExceptionCopyright © 2020. All rights reserved.