Package org.apache.camel.language.groovy
Class GroovyExpression
- java.lang.Object
-
- org.apache.camel.support.ExpressionSupport
-
- org.apache.camel.language.groovy.GroovyExpression
-
- All Implemented Interfaces:
org.apache.camel.Expression,org.apache.camel.Predicate
public class GroovyExpression extends org.apache.camel.support.ExpressionSupport
-
-
Constructor Summary
Constructors Constructor Description GroovyExpression(String text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringassertionFailureMessage(org.apache.camel.Exchange exchange)<T> Tevaluate(org.apache.camel.Exchange exchange, Class<T> type)StringtoString()-
Methods inherited from class org.apache.camel.support.ExpressionSupport
assertMatches, evaluate, init, matches
-
-
-
-
Constructor Detail
-
GroovyExpression
public GroovyExpression(String text)
-
-