public class SpringCglibInterceptor extends Object implements org.springframework.cglib.proxy.MethodInterceptor, Serializable
Constructor and Description |
---|
SpringCglibInterceptor(Object target,
Aspect aspect)
构造
|
Modifier and Type | Method and Description |
---|---|
Object |
getTarget()
获得目标对象
|
Object |
intercept(Object obj,
Method method,
Object[] args,
org.springframework.cglib.proxy.MethodProxy proxy) |
public Object getTarget()
Copyright © 2024. All rights reserved.