类的使用
com.dtflys.forest.proxy.ProxyFactory
使用ProxyFactory的程序包
-
com.dtflys.forest.config中ProxyFactory的使用
修饰符和类型方法说明<T> ProxyFactory<T>ForestConfiguration.getProxyFactory(Class<T> clazz) 根据请求接口类创建并获取请求接口的动态代理工厂 -
com.dtflys.forest.proxy中ProxyFactory的使用
参数类型为ProxyFactory的com.dtflys.forest.proxy中的构造器限定符构造器说明InterfaceProxyHandler(ForestConfiguration configuration, ProxyFactory proxyFactory, Class<T> interfaceClass)