|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the target object typeV - the property typepublic interface ValueProvider<T,V>
Returns the property value of the target object.
PropertyAccess| Method Summary | |
|---|---|
java.lang.String |
getPath()
Returns the path that this ValueProvider makes available, from the object, to the value. |
V |
getValue(T object)
Returns the property value of the given object. |
void |
setValue(T object,
V value)
Sets the value of the given object |
| Method Detail |
|---|
V getValue(T object)
object - the target object
void setValue(T object,
V value)
object - value - java.lang.String getPath()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||