Class SpelLogicalExpressionParser
-
- All Implemented Interfaces:
-
com.embabel.agent.core.expression.LogicalExpressionParser
public final class SpelLogicalExpressionParser implements LogicalExpressionParser
Logical expression parser for Spring Expression Language (SpEL). SPEL expressions are prefixed with "spel:".
-
-
Constructor Summary
Constructors Constructor Description SpelLogicalExpressionParser()
-
Method Summary
Modifier and Type Method Description LogicalExpressionparse(String expression)Parse the given expression string into a LogicalExpression. -
-
Method Detail
-
parse
LogicalExpression parse(String expression)
Parse the given expression string into a LogicalExpression. Returns null if the expression cannot be parsed. Typically, there is a prefix or syntax that the parser recognizes.
-
-
-
-