Package | Description |
---|---|
org.dromara.hutool.extra.aop |
JDK动态代理封装,提供非IOC下的切面支持,封装包括:
基于
Proxy 代理
基于Spring-cglib代理
考虑到cglib库不再更新且对JDK9+兼容性问题,不再封装
createEngine proxy
ProxyEngineFactory =》 ProxyEngine =》 Proxy
|
org.dromara.hutool.extra.aop.engine |
切面实现引擎
|
org.dromara.hutool.extra.aop.engine.jdk |
JDK方式切面实现,基于
Proxy 封装 |
org.dromara.hutool.extra.aop.engine.spring |
Spring-cglib切面实现
|
Class and Description |
---|
ProxyEngine
动态代理引擎接口
|
Class and Description |
---|
ProxyEngine
动态代理引擎接口
|
Class and Description |
---|
ProxyEngine
动态代理引擎接口
|
Class and Description |
---|
ProxyEngine
动态代理引擎接口
|
Copyright © 2025. All rights reserved.