@FunctionalInterface
public interface ScriptExecutor
| Modifier and Type | Method and Description |
|---|---|
default java.lang.Object |
executeScript(org.springframework.scripting.ScriptSource scriptSource) |
java.lang.Object |
executeScript(org.springframework.scripting.ScriptSource scriptSource,
java.util.Map<java.lang.String,java.lang.Object> variables) |
default java.lang.Object executeScript(org.springframework.scripting.ScriptSource scriptSource)
scriptSource - The script source.java.lang.Object executeScript(org.springframework.scripting.ScriptSource scriptSource,
java.util.Map<java.lang.String,java.lang.Object> variables)
scriptSource - The script source.variables - The variables.