public class InterceptorEntity extends Object implements Interceptor
| 限定符和类型 | 字段和说明 |
|---|---|
int |
index
顺排序位(排完后,按先进后出策略执行)
|
| 构造器和说明 |
|---|
InterceptorEntity(int index,
Interceptor real) |
public InterceptorEntity(int index,
Interceptor real)
public Object doIntercept(Invocation inv) throws Throwable
doIntercept 在接口中 Interceptorinv - 调用者ThrowableCopyright © 2022. All rights reserved.