public abstract class ExpressionSupport extends Object implements Expression, Predicate
Predicate and Expression implementations| Constructor and Description |
|---|
ExpressionSupport() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
assertionFailureMessage(Exchange exchange) |
void |
assertMatches(String text,
Exchange exchange) |
Object |
evaluate(Exchange exchange) |
boolean |
matches(Exchange exchange)
Evaluates the predicate on the message exchange and returns true if this
exchange matches the predicate
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitevaluatepublic ExpressionSupport()
public boolean matches(Exchange exchange)
Predicatepublic void assertMatches(String text, Exchange exchange)
protected abstract String assertionFailureMessage(Exchange exchange)
Apache Camel