Class ProxyFactoryFactoryImpl

    • Method Detail

      • buildBasicProxyFactory

        public BasicProxyFactory buildBasicProxyFactory​(Class superClassOrInterface)
        Description copied from interface: ProxyFactoryFactory
        Build a proxy factory for basic proxy concerns. The return should be capable of properly handling newInstance() calls.

        Should build basic proxies essentially equivalent to JDK proxies in terms of capabilities, but should be able to deal with abstract super classes in addition to proxy interfaces.

        Must pass in either a superClass or an interface.

        Specified by:
        buildBasicProxyFactory in interface ProxyFactoryFactory
        Parameters:
        superClassOrInterface - The abstract super class, or the interface to be proxied.
        Returns:
        The proxy class