ValueSourceEnvarBasedValueSource, MapBasedValueSource, ObjectBasedValueSource, PropertiesBasedValueSourcepublic abstract class AbstractValueSource extends java.lang.Object implements ValueSource
| Modifier | Constructor | Description |
|---|---|---|
protected |
AbstractValueSource(boolean usesFeedback) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
addFeedback(java.lang.String message) |
|
protected void |
addFeedback(java.lang.String message,
java.lang.Throwable cause) |
|
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetValuepublic void clearFeedback()
ValueSourceclearFeedback in interface ValueSourcepublic java.util.List getFeedback()
ValueSourcegetFeedback in interface ValueSourceprotected void addFeedback(java.lang.String message)
protected void addFeedback(java.lang.String message,
java.lang.Throwable cause)
Copyright © 2018. All rights reserved.