Package grails.util

Class ExtendedProxy

  • All Implemented Interfaces:
    groovy.lang.GroovyObject

    public class ExtendedProxy
    extends groovy.util.Proxy
    Extends the Groovy Proxy implementation and adds proxying of property getters/setters.
    • Constructor Summary

      Constructors 
      Constructor Description
      ExtendedProxy()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getProperty​(java.lang.String property)  
      void setMetaClass​(groovy.lang.MetaClass metaClass)  
      void setProperty​(java.lang.String property, java.lang.Object newValue)  
      • Methods inherited from class groovy.util.Proxy

        getAdaptee, invokeMethod, iterator, setAdaptee, wrap
      • Methods inherited from class groovy.lang.GroovyObjectSupport

        getMetaClass
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExtendedProxy

        public ExtendedProxy()
    • Method Detail

      • getProperty

        public java.lang.Object getProperty​(java.lang.String property)
      • setProperty

        public void setProperty​(java.lang.String property,
                                java.lang.Object newValue)
      • setMetaClass

        public void setMetaClass​(groovy.lang.MetaClass metaClass)
        Specified by:
        setMetaClass in interface groovy.lang.GroovyObject
        Overrides:
        setMetaClass in class groovy.lang.GroovyObjectSupport