public static interface FilterParser.FilterBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
build(FilterParser.Operation operation,
java.lang.Object left,
java.lang.Object right)
Builds the filter.
|
java.lang.Object build(FilterParser.Operation operation, java.lang.Object left, java.lang.Object right) throws java.lang.Exception
operation - the parse operation to performleft - the left operandright - the right operandjava.lang.Exception - if building the filter failed