Interface Proxy


public interface Proxy
General interface for all proxies adding functionality that can change the behavior of the proxy during runtime.
Author:
David Allen
  • Method Details

    • proxy_getInstance

      BeanInstance proxy_getInstance()
      Gets the proxied bean instance.
      Returns:
      the bean instance being proxied
    • proxy_setInstance

      void proxy_setInstance(BeanInstance beanInstance)
      Sets the proxied instance.
      Parameters:
      beanInstance - a bean instance to proxy