Module dev.nicklasw.query.builder
Class BasePredicateProcessor
java.lang.Object
dev.nicklasw.query.builder.parser.processors.BasePredicateProcessor
- All Implemented Interfaces:
PredicateProcessor
- Direct Known Subclasses:
BetweenProcessor
,DefaultProcessor
,ExpressionProcessor
,FuzzyProcessor
,RegularExpressionProcessor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface dev.nicklasw.query.builder.parser.processors.PredicateProcessor
canProcess
-
Field Details
-
CRITERIA_VALUE_SEPARATOR
- See Also:
-
-
Constructor Details
-
BasePredicateProcessor
public BasePredicateProcessor()
-
-
Method Details
-
process
Description copied from interface:PredicateProcessor
Create query string representation of givenPredicate
.- Specified by:
process
in interfacePredicateProcessor
- Parameters:
predicate
- can benull
field
- can benull
-
filterCriteriaValue
-
doProcess
-