ValueSource
PrefixedObjectValueSource
, PrefixedPropertiesValueSource
public abstract class AbstractDelegatingValueSource extends java.lang.Object implements ValueSource
Modifier | Constructor | Description |
---|---|---|
protected |
AbstractDelegatingValueSource(ValueSource delegate) |
Modifier and Type | Method | Description |
---|---|---|
void |
clearFeedback() |
Clear the feedback accumulated by a prior interpolation run.
|
protected ValueSource |
getDelegate() |
|
java.util.List |
getFeedback() |
Return the feedback about resolution failures for a particular expression.
|
java.lang.Object |
getValue(java.lang.String expression) |
protected AbstractDelegatingValueSource(ValueSource delegate)
protected ValueSource getDelegate()
public java.lang.Object getValue(java.lang.String expression)
getValue
in interface ValueSource
expression
- The string expression.public void clearFeedback()
ValueSource
clearFeedback
in interface ValueSource
public java.util.List getFeedback()
ValueSource
getFeedback
in interface ValueSource
Copyright © 2018. All rights reserved.