public abstract class AbstractValueSource extends Object implements ValueSource
Modifier | Constructor and Description |
---|---|
protected |
AbstractValueSource(boolean usesFeedback) |
Modifier and Type | Method and Description |
---|---|
protected void |
addFeedback(String message) |
protected void |
addFeedback(String message,
Throwable cause) |
void |
clearFeedback()
Clear the feedback accumulated by a prior interpolation run.
|
List |
getFeedback()
Return the feedback about resolution failures for a particular expression.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getValue
public void clearFeedback()
ValueSource
clearFeedback
in interface ValueSource
public List getFeedback()
ValueSource
getFeedback
in interface ValueSource
protected void addFeedback(String message)
Copyright © 2019. All rights reserved.