| 程序包 | 说明 |
|---|---|
| org.noear.solon.core.handle | |
| org.noear.solon.core.wrap |
| 限定符和类型 | 类和说明 |
|---|---|
class |
InterceptorChainNode
方法拦截调用链(用于支持 @Around;有自己的顺排序号;执行按先进后面策略 )
|
| 限定符和类型 | 字段和说明 |
|---|---|
InterceptorChain |
InterceptorChainNode.next |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
Interceptor.doIntercept(Object target,
Object[] args,
InterceptorChain chain)
拦截
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
MethodWrap
方法包装
用于缓存类的方法,并附加些功能(和 ClassWrap、FieldWrap 意图相同)
|
Copyright © 2021. All rights reserved.