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