public class InterceptorChainNode extends Object implements InterceptorChain
| 限定符和类型 | 字段和说明 |
|---|---|
int |
index
顺排序位(排完后,按先进后出策略执行)
|
InterceptorChain |
next |
| 构造器和说明 |
|---|
InterceptorChainNode(MethodWrap m,
int i,
Interceptor p) |
public final int index
public InterceptorChain next
public InterceptorChainNode(MethodWrap m, int i, Interceptor p)
public MethodHolder method()
InterceptorChainmethod 在接口中 InterceptorChainpublic Object doIntercept(Object target, Object[] args) throws Throwable
InterceptorChaindoIntercept 在接口中 InterceptorChaintarget - 目标对象args - 参数ThrowableCopyright © 2021. All rights reserved.