public abstract class GroovyObjectSupport extends Object
A useful base class for Java objects wishing to be Groovy objects
| Constructor and description | 
|---|
| GroovyObjectSupport
                                () | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | MetaClass | getMetaClass() | 
|  | Object | getProperty(String property) | 
|  | Object | invokeMethod(String name, Object args) | 
|  | void | setMetaClass(MetaClass metaClass) | 
|  | void | setProperty(String property, Object newValue) | 
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.