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