@FunctionalInterface public interface GroovyObjectCustomizer
GroovyScriptFactory to allow the customization of
a created GroovyObject.
This is useful to allow the authoring of DSLs, the replacement of missing
methods, and so forth. For example, a custom MetaClass
could be specified.
GroovyScriptFactory