Interface SpelExpressionContext

    • Method Detail

      • getParserContext

        org.springframework.expression.ParserContext getParserContext()
        Intended to provide a ParserContext to a SpEL expression. This is required to evaluate templated expressions.
        Returns:
        a ParserContext
        See Also:
        TemplateParserContext