public final class AssertionClause.PredicateValueBuilder extends ValueBuilder
| Constructor and Description |
|---|
PredicateValueBuilder(Expression expression) |
| Modifier and Type | Method and Description |
|---|---|
protected Predicate |
onNewPredicate(Predicate predicate)
A strategy method to allow derived classes to deal with the newly created
predicate in different ways
|
protected ValueBuilder |
onNewValueBuilder(Expression exp) |
append, asExpression, contains, convertTo, convertToString, endsWith, evaluate, getExpression, in, in, isEqualTo, isEqualToIgnoreCase, isGreaterThan, isGreaterThanOrEqualTo, isInstanceOf, isLessThan, isLessThanOrEqualTo, isNotEqualTo, isNotNull, isNull, matches, matches, matches, method, not, not, prepend, regex, regexReplaceAll, regexReplaceAll, regexTokenize, sort, startsWith, tokenize, tokenize, tokenize, tokenizePair, tokenizeXML, toString, xtokenize, xtokenizepublic PredicateValueBuilder(Expression expression)
protected Predicate onNewPredicate(Predicate predicate)
ValueBuilderonNewPredicate in class ValueBuilderprotected ValueBuilder onNewValueBuilder(Expression exp)
onNewValueBuilder in class ValueBuilderApache Camel