Interface BeanExpressionResolver

    • Method Detail

      • evaluate

        Object evaluate​(String value,
                        BeanExpressionContext evalContext)
                 throws BeansException
        Evaluate the given value as an expression, if applicable; return the value as-is otherwise.
        Parameters:
        value - the value to check
        evalContext - the evaluation context
        Returns:
        the resolved value (potentially the given value as-is)
        Throws:
        BeansException - if evaluation failed