ValueSource may delegate to another ValueSource by returning an expression itself in its getValue(...) method. However that requires that the returned value is enclosed in the delimiters.
However, the delimiters are configurable, so somehow the ValueSource implementation needs to know which ones are detected by the calling Interpolator.
ValueSourcemay delegate to anotherValueSourceby returning an expression itself in itsgetValue(...)method. However that requires that the returned value is enclosed in the delimiters.However, the delimiters are configurable, so somehow the
ValueSourceimplementation needs to know which ones are detected by the callingInterpolator.