public class JexlUtil extends Object
| Constructor and Description |
|---|
JexlUtil() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.commons.jexl3.JexlExpression |
parseExpression(String expr)
Parses the given expression to a JEXL expression.
|
public static org.apache.commons.jexl3.JexlExpression parseExpression(String expr)
expr - string JEXL expressionCopyright © 2021 The Apache Software Foundation