Interface IProxyFactory


public interface IProxyFactory
A factory of proxies.
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    Create a proxy.
  • Method Details

    • 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