public class GroovyLanguageSupport extends LanguageSupport
| Constructor and Description |
|---|
GroovyLanguageSupport() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Function<Map<String,Object>,Boolean> |
compileExpression(Router router,
String src) |
com.google.common.base.Function<Map<String,Object>,Object> |
compileScript(Router router,
String script) |
public com.google.common.base.Function<Map<String,Object>,Boolean> compileExpression(Router router, String src)
compileExpression in class LanguageSupportpublic com.google.common.base.Function<Map<String,Object>,Object> compileScript(Router router, String script)
compileScript in class LanguageSupportCopyright © 2021. All Rights Reserved.