ValueSourcepublic class ObjectBasedValueSource extends AbstractValueSource
| Constructor | Description |
|---|---|
ObjectBasedValueSource(java.lang.Object root) |
Construct a new value source, using the supplied object as the root from
which to start, and using expressions split at the dot ('.') to navigate
the object graph beneath this root.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
getValue(java.lang.String expression) |
Split the expression into parts, tokenized on the dot ('.') character.
|
addFeedback, addFeedback, clearFeedback, getFeedbackpublic ObjectBasedValueSource(java.lang.Object root)
public java.lang.Object getValue(java.lang.String expression)
ReflectionValueExtractor class.