Class AbstractDelegatingValueSource

    • Constructor Detail

      • AbstractDelegatingValueSource

        protected AbstractDelegatingValueSource​(FixedValueSource delegate)
    • Method Detail

      • getValue

        public java.lang.Object getValue​(java.lang.String expression,
                                         InterpolationState interpolationState)
        Specified by:
        getValue in interface FixedValueSource
        Parameters:
        expression - The expression.
        interpolationState - InterpolationState.
        Returns:
        the value related to the expression, or null if not found (not available from this source)