public class HavingStatementFactoryEXL extends Object implements HavingStatementFactory
| Modifier and Type | Class and Description |
|---|---|
protected class |
HavingStatementFactoryEXL.HavingStatementJEXL<T> |
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.jexl2.JexlEngine |
engine |
protected org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
HavingStatementFactoryEXL() |
| Modifier and Type | Method and Description |
|---|---|
<T> HavingStatement<T> |
compile(String expression)
Compile the passed expression for the target class.
|
protected org.slf4j.Logger logger
protected org.apache.commons.jexl2.JexlEngine engine
public <T> HavingStatement<T> compile(String expression) throws Exception
compile in interface HavingStatementFactoryexpression - the expression to compile.Exception - if an error occurs during the compilation.Copyright © 2020. All Rights Reserved.