@FunctionalInterface public interface ScriptingLanguage
Language which is a general purpose scripting languages such as groovy, joor and others.| Modifier and Type | Method and Description |
|---|---|
<T> T |
evaluate(String script,
Map<String,Object> bindings,
Class<T> resultType)
Evaluates the script
|
Apache Camel