Interface ScriptEvaluator

    • Method Detail

      • evaluate

        Object evaluate​(String script,
                        Map<String,​Object> bindings)
                 throws ScriptEvaluationException
        Evaluates a script expression and returns the result of this evaluation.
        Parameters:
        script - a script to evaluate
        bindings - the bindings to be used
        Returns:
        the result of script evaluation
        Throws:
        ScriptEvaluationException - in case an error occurred during the script evaluation