spring-framework / org.springframework.scripting.bsh / BshScriptFactory / getScriptedObject

getScriptedObject

@Nullable open fun getScriptedObject(scriptSource: ScriptSource, @Nullable vararg actualInterfaces: Class<*>): Any

Load and parse the BeanShell script via BshScriptUtils.

See Also
BshScriptUtils#createBshObject(String, Class[], ClassLoader)