Package org.apache.camel.language.mvel
Class MvelExpression
java.lang.Object
org.apache.camel.support.ExpressionSupport
org.apache.camel.language.mvel.MvelExpression
- All Implemented Interfaces:
org.apache.camel.Expression,org.apache.camel.Predicate
public class MvelExpression
extends org.apache.camel.support.ExpressionSupport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringassertionFailureMessage(org.apache.camel.Exchange exchange) evaluate(org.apache.camel.Exchange exchange) <T> TClass<?> getType()static MvelExpressiontoString()Methods inherited from class org.apache.camel.support.ExpressionSupport
assertMatches, init, matchesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.camel.Predicate
initPredicate
-
Constructor Details
-
MvelExpression
-
-
Method Details