public class ExtendedProxy extends Proxy
Extends the Groovy Proxy implementation and adds proxying of property getters/setters.
| Constructor and description |
|---|
ExtendedProxy() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public Object |
getProperty(String property) |
|
public void |
setMetaClass(MetaClass metaClass) |
|
public void |
setProperty(String property, Object newValue) |
| Methods inherited from class | Name |
|---|---|
class Proxy |
equals, getAdaptee, getClass, getMetaClass, getProperty, hashCode, invokeMethod, iterator, notify, notifyAll, setAdaptee, setMetaClass, setProperty, toString, wait, wait, wait, wrap |