public class CglibInterceptor extends Object implements net.sf.cglib.proxy.MethodInterceptor, Serializable
Constructor and Description |
---|
CglibInterceptor(Object target,
Aspect aspect)
构造
|
Modifier and Type | Method and Description |
---|---|
Object |
getTarget() |
Object |
intercept(Object obj,
Method method,
Object[] args,
net.sf.cglib.proxy.MethodProxy proxy) |
Copyright © 2024. All rights reserved.