ValueSource
EnvarBasedValueSource
, MapBasedValueSource
, ObjectBasedValueSource
, PropertiesBasedValueSource
public 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, wait
getValue
public void clearFeedback()
ValueSource
clearFeedback
in interface ValueSource
public java.util.List getFeedback()
ValueSource
getFeedback
in interface ValueSource
protected void addFeedback(java.lang.String message)
protected void addFeedback(java.lang.String message, java.lang.Throwable cause)
Copyright © 2018. All rights reserved.