Class JexlCellFilter
- java.lang.Object
-
- de.gematik.combine.filter.table.cell.JexlCellFilter
-
- All Implemented Interfaces:
CellFilter,Predicate<TableCell>
public class JexlCellFilter extends Object implements CellFilter
This filter executes a JEXL-Expression-Predicatefor a single cell value and filters accordingly.
-
-
Constructor Summary
Constructors Constructor Description JexlCellFilter(String columnName, String filterExpression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)inthashCode()booleantest(TableCell tableCell)StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.gematik.combine.filter.table.cell.CellFilter
and
-
-
-
-
Method Detail
-
canEqual
protected boolean canEqual(Object other)
-
-