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