public class CGLIBDynamicProxyWeaving extends Object implements net.sf.cglib.proxy.MethodInterceptor, Serializable, Startable
| 构造器和说明 |
|---|
CGLIBDynamicProxyWeaving(TargetMetaRequest targetMetaRequest,
AopClient aopClient) |
public CGLIBDynamicProxyWeaving(TargetMetaRequest targetMetaRequest, AopClient aopClient)
public Object intercept(Object object, Method method, Object[] objects, net.sf.cglib.proxy.MethodProxy methodProxy) throws Throwable
intercept 在接口中 net.sf.cglib.proxy.MethodInterceptorThrowablepublic Object invoke(Object p_proxy, Method m, Object[] args) throws Throwable
p_proxy - Objectm - Methodargs - Object[]ThrowableCopyright © 2018. All rights reserved.