public class SingleResponseValueSource extends Object implements ValueSource
Constructor and Description |
---|
SingleResponseValueSource(String expression,
Object response) |
Modifier and Type | Method and Description |
---|---|
void |
clearFeedback()
Clear the feedback accumulated by a prior interpolation run.
|
List |
getFeedback()
Return the feedback about resolution failures for a particular expression.
|
Object |
getValue(String expression) |
public void clearFeedback()
ValueSource
clearFeedback
in interface ValueSource
public List getFeedback()
ValueSource
getFeedback
in interface ValueSource
public Object getValue(String expression)
getValue
in interface ValueSource
Copyright © 2019. All rights reserved.