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