| Constructor | Description |
|---|---|
FieldGetter(Field field) |
| Modifier and Type | Method | 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 © 2019. All rights reserved.