@Language(value="mvel")
public class MvelLanguage
extends org.apache.camel.support.LanguageSupport
implements org.apache.camel.spi.ScriptingLanguage
Language plugin| Constructor and Description |
|---|
MvelLanguage() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Expression |
createExpression(String expression) |
org.apache.camel.Predicate |
createPredicate(String expression) |
<T> T |
evaluate(String script,
Map<String,Object> bindings,
Class<T> resultType) |
getCamelContext, hasSimpleFunction, isDynamicResource, isSingleton, isStaticResource, loadResource, property, setCamelContextpublic org.apache.camel.Predicate createPredicate(String expression)
createPredicate in interface org.apache.camel.spi.Languagepublic org.apache.camel.Expression createExpression(String expression)
createExpression in interface org.apache.camel.spi.LanguageApache Camel