protected class HavingStatementFactoryEXL.HavingStatementJEXL<T> extends Object implements HavingStatement<T>
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.jexl2.JexlEngine |
engine |
protected org.apache.commons.jexl2.Expression |
expression |
protected org.slf4j.Logger |
logger |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(T element)
Checks if the passed element can be accepted.
|
protected org.slf4j.Logger logger
protected org.apache.commons.jexl2.JexlEngine engine
protected org.apache.commons.jexl2.Expression expression
public boolean accept(T element)
accept in interface HavingStatement<T>element - the element to check.true if it is accepted, false otherwise.Copyright © 2020. All Rights Reserved.