public abstract class ConstantExpressionAdapter extends ExpressionAdapter implements org.apache.camel.StaticExpression
Expression
using Java code with a
minimum amount of code to write so that the developer only needs to implement one of the
ExpressionAdapter.evaluate(Exchange, Class)
or ExpressionSupport.evaluate(Exchange)
methods.Constructor and Description |
---|
ConstantExpressionAdapter() |
Modifier and Type | Method and Description |
---|---|
Object |
getValue() |
void |
setValue(Object value) |
assertionFailureMessage, evaluate
assertMatches, evaluate, init, matches
Apache Camel