Interface DelegateProxyFactory


public interface DelegateProxyFactory
Author:
Shuyang Zhou
  • Method Details

    • newDelegateProxyInstance

      <T> T newDelegateProxyInstance(ClassLoader classLoader, Class<T> interfaceClass, Object delegateObject, T defaultObject)