public abstract class GroovyObjectSupport
extends Object
implements GroovyObject
Base class for Java objects wishing to be Groovy objects.
| 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.
|