Interface IProxyFactory

    • Method Detail

      • createProxy

        <T> T createProxy​(Class<T> type,
                          IProxyTargetLocator locator)
        Create a proxy.
        Parameters:
        type - the target type
        locator - the locator of the target
        Returns:
        a proxy