public interface GroovyObject
The interface implemented by all Groovy objects.
Especially handy for using Groovy objects when in the Java world.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public MetaClass |
getMetaClass()Returns the metaclass for a given class. |
|
public void |
setMetaClass(MetaClass metaClass)Allows the MetaClass to be replaced with a derived implementation. |