@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)