public static class XInterceptorChain.Entity extends Object implements XInterceptorChain
XInterceptorChain.Entity| 限定符和类型 | 字段和说明 |
|---|---|
int |
index |
XInterceptorChain |
next |
| 构造器和说明 |
|---|
Entity(MethodWrap m,
int i,
XInterceptor h) |
public final int index
public XInterceptorChain next
public Entity(MethodWrap m, int i, XInterceptor h)
public MethodHolder method()
XInterceptorChainmethod 在接口中 XInterceptorChainpublic Object doIntercept(Object target, Object[] args) throws Throwable
XInterceptorChaindoIntercept 在接口中 XInterceptorChaintarget - 目标对象args - 参数ThrowableCopyright © 2020. All rights reserved.