public interface ValueProvider<T,V>
Modifier and Type | Method and Description |
---|---|
String |
getPath()
Returns the path that this ValueProvider makes available.
|
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.
|
Copyright © 2018. All rights reserved.