public class InterceptorEntity extends Object implements Interceptor
| Constructor and Description |
|---|
InterceptorEntity(int index,
Interceptor real) |
| Modifier and Type | Method and Description |
|---|---|
Object |
doIntercept(Invocation inv)
拦截
|
int |
getIndex()
获取顺序位
|
Interceptor |
getReal()
获取原拦截器
|
public InterceptorEntity(int index,
Interceptor real)
public int getIndex()
public Interceptor getReal()
public Object doIntercept(Invocation inv) throws Throwable
doIntercept in interface Interceptorinv - 调用者ThrowableCopyright © 2025. All rights reserved.