public class DefaultMethodInterceptor extends Object implements net.sf.cglib.proxy.MethodInterceptor
| 构造器和说明 |
|---|
DefaultMethodInterceptor() |
public Object intercept(Object obj, Method method, Object[] params, net.sf.cglib.proxy.MethodProxy methodProxy) throws Throwable
intercept 在接口中 net.sf.cglib.proxy.MethodInterceptorobj - 方法所属对象/Method ownermethod - 方法定义/Method definitionparams - 方法参数列表/Method parameter listmethodProxy - 方法代理器Throwable - 该方法可能抛出异常,请谨慎处理/This method may throw an exception, handle with care.Copyright © 2021. All rights reserved.