@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| Modifier and Type | Method and Description | 
|---|---|
| void | customize(groovy.lang.GroovyObject goo)Customize the supplied  GroovyObject. |