spring-framework / org.springframework.scripting.groovy / GroovyScriptFactory / getScriptedObject

getScriptedObject

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

Loads and parses the Groovy script via the GroovyClassLoader.

See Also
groovy.lang.GroovyClassLoader