The answers of this question about the Groovy way to dynamically invoke a static method were very helpful but I\'m having trouble with the following case:
I defined
This works, using the underlying GroovyClassLoader:
def instance = this.class.classLoader.loadClass( 'Item', true, false )?.newInstance()