ValueSourcePrefixedObjectValueSource, PrefixedPropertiesValueSourcepublic abstract class AbstractDelegatingValueSource extends java.lang.Object implements ValueSource
| Modifier | Constructor | Description |
|---|---|---|
protected |
AbstractDelegatingValueSource(ValueSource delegate) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
clearFeedback() |
Clear the feedback accumulated by a prior interpolation run.
|
protected ValueSource |
getDelegate() |
|
java.util.List |
getFeedback() |
Return the feedback about resolution failures for a particular expression.
|
java.lang.Object |
getValue(java.lang.String expression) |
protected AbstractDelegatingValueSource(ValueSource delegate)
protected ValueSource getDelegate()
public java.lang.Object getValue(java.lang.String expression)
getValue in interface ValueSourceexpression - The string expression.public void clearFeedback()
ValueSourceclearFeedback in interface ValueSourcepublic java.util.List getFeedback()
ValueSourcegetFeedback in interface ValueSourceCopyright © 2018. All rights reserved.