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