public class CglibInterceptor extends Object implements net.sf.cglib.proxy.MethodInterceptor, Serializable
CglibInterceptor(Object target, Aspect aspect)
Object
getTarget()
intercept(Object obj, Method method, Object[] args, net.sf.cglib.proxy.MethodProxy proxy)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CglibInterceptor(Object target, Aspect aspect)
target
aspect
public Object getTarget()
public Object intercept(Object obj, Method method, Object[] args, net.sf.cglib.proxy.MethodProxy proxy) throws Throwable
intercept
net.sf.cglib.proxy.MethodInterceptor
Throwable
Copyright © 2019. All rights reserved.