GroovyObject
public class GroovyObjectWrapper extends Wrapper
Modifier and Type | Field | Description |
---|---|---|
protected GroovyObject |
wrapped |
constrainedType
Constructor | Description |
---|---|
GroovyObjectWrapper(GroovyObject wrapped,
java.lang.Class constrainedType) |
Modifier and Type | Method | Description |
---|---|---|
protected MetaClass |
getDelegatedMetaClass() |
|
java.lang.Object |
getProperty(java.lang.String property) |
Retrieves a property value.
|
protected java.lang.Object |
getWrapped() |
|
java.lang.Object |
invokeMethod(java.lang.String name,
java.lang.Object args) |
Invokes the given method.
|
void |
setMetaClass(MetaClass metaClass) |
Allows the MetaClass to be replaced with a derived implementation.
|
void |
setProperty(java.lang.String property,
java.lang.Object newValue) |
Sets the given property to the new value.
|
java.lang.Object |
unwrap() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMetaClass, getType
protected final GroovyObject wrapped
public GroovyObjectWrapper(GroovyObject wrapped, java.lang.Class constrainedType)
public java.lang.Object getProperty(java.lang.String property)
GroovyObject
property
- the name of the property of interestpublic java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args)
GroovyObject
name
- the name of the method to callargs
- the arguments to use for the method callpublic void setMetaClass(MetaClass metaClass)
GroovyObject
metaClass
- the new metaclasspublic void setProperty(java.lang.String property, java.lang.Object newValue)
GroovyObject
property
- the name of the property of interestnewValue
- the new value for the propertyprotected java.lang.Object getWrapped()
getWrapped
in class Wrapper
protected MetaClass getDelegatedMetaClass()
getDelegatedMetaClass
in class Wrapper