@NoImplement public interface MuleExpressionLanguage extends ExpressionLanguage
Callers must ensure that the proper threadContexClassloader, being able to access any class or resource required by the expression, is used when calling any of the methods defined here or in the inherited interfaces.
| Modifier and Type | Method and Description |
|---|---|
boolean |
isExpression(String expression)
Determines if the string is an expression.
|
default boolean |
isValid(String expression)
Validates the expression returning true is the expression is valid, false otherwise..
|
addGlobalBindings, compile, compile, evaluate, evaluate, evaluateLogExpression, openSession, split, validateboolean isExpression(String expression)
expression - is this string an expression stringdefault boolean isValid(String expression)
expression - Copyright © 2024 MuleSoft, Inc.. All rights reserved.