Class ProxyMethodConfig


  • public final class ProxyMethodConfig
    extends Object
    The ProxyMethodConfig class defines the way to create a new proxy on an interface using small proxy methods. this class is composed of - an interface identified by an annotation - a proxy method used to build a dynamic the proxy
    Author:
    pchretien
    • Method Detail

      • getProxyMethodClass

        public Class<? extends ProxyMethod> getProxyMethodClass()
        Returns:
        the proxy method class