接口的使用
tech.testnx.cah.common.proxy.InvocationHandler
-
使用InvocationHandler的程序包 程序包 说明 tech.testnx.cah.common.proxy -
-
tech.testnx.cah.common.proxy中InvocationHandler的使用
参数类型为InvocationHandler的tech.testnx.cah.common.proxy中的方法 修饰符和类型 方法 说明 TProxyMan. getProxyInstance(Class<T> cls, T obj, InvocationHandler invoker)This invocationHandler is invoked for each method类型变量类型为InvocationHandler的tech.testnx.cah.common.proxy中的方法参数 修饰符和类型 方法 说明 TProxyMan. getProxyInstance(Class<T> cls, T obj, ConcurrentHashMap<Method,InvocationHandler> invocationHandlerFilter)InvocationHandlerFilter is a mapping between Method and InvocationHandler.
-