Module dev.nicklasw.query.builder
Class ExpressionProcessor
java.lang.Object
dev.nicklasw.query.builder.parser.processors.BasePredicateProcessor
dev.nicklasw.query.builder.parser.processors.ExpressionProcessor
- All Implemented Interfaces:
PredicateProcessor
-
Field Summary
Fields inherited from class dev.nicklasw.query.builder.parser.processors.BasePredicateProcessor
CRITERIA_VALUE_SEPARATOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
canProcess
(Predicate predicate) Returns true if thePredicate
can be processed by thePredicateProcessor
.Methods inherited from class dev.nicklasw.query.builder.parser.processors.BasePredicateProcessor
filterCriteriaValue, process
-
Constructor Details
-
ExpressionProcessor
public ExpressionProcessor()
-
-
Method Details
-
canProcess
Description copied from interface:PredicateProcessor
Returns true if thePredicate
can be processed by thePredicateProcessor
.- Parameters:
predicate
- can benull
- Returns:
- true if predicate can be processed by this parser
-
doProcess
- Specified by:
doProcess
in classBasePredicateProcessor
-