Proxy
代理
基于Spring-cglib代理
考虑到cglib库不再更新且对JDK9+兼容性问题,不再封装
createEngine proxy
ProxyEngineFactory =》 ProxyEngine =》 Proxy
See: Description
Interface | Description |
---|---|
Aspect |
切面接口
|
Class | Description |
---|---|
ProxyUtil |
代理工具类
|
SimpleInterceptor |
简单拦截器,保存了被拦截的对象和Aspect实现
|
Proxy
代理createEngine proxy ProxyEngineFactory =》 ProxyEngine =》 Proxy
Copyright © 2025. All rights reserved.