public class CglibProxyFactory extends ProxyFactory
Constructor and Description |
---|
CglibProxyFactory() |
Modifier and Type | Method and Description |
---|---|
<T> T |
proxy(T target,
Aspect aspect)
创建代理
|
create, createProxy, createProxy, proxy
public <T> T proxy(T target, Aspect aspect)
ProxyFactory
proxy
in class ProxyFactory
T
- 代理对象类型target
- 被代理对象aspect
- 切面实现Copyright © 2024. All rights reserved.