类的使用
cn.taketoday.bytecode.proxy.MethodProxy
使用MethodProxy的程序包
-
cn.taketoday.bytecode.proxy中MethodProxy的使用
修饰符和类型方法说明static MethodProxyFor internal use byEnhanceronly; see theMethodAccessclass for similar functionality.static MethodProxyMethodProxy.find(Class type, MethodSignature sig) Return theMethodProxyused when intercepting the method matching the given signature.参数类型为MethodProxy的cn.taketoday.bytecode.proxy中的方法