public interface InterpolationPostProcessor
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
execute(java.lang.String expression,
java.lang.Object value)
Given the starting expression and the fully-recursively-interpolated value,
perform some post-processing step and return the resulting [possibly different]
value, or null if no change was made..
|
java.lang.Object execute(java.lang.String expression,
java.lang.Object value)
expression - the original expressionvalue - the original value after fully recursive interpolation of expressionCopyright © 2013. All Rights Reserved.