public class InterceptorEntity extends Object implements Interceptor
| 构造器和说明 |
|---|
InterceptorEntity(int index,
Interceptor real) |
public InterceptorEntity(int index,
Interceptor real)
public int getIndex()
public Interceptor getReal()
public Object doIntercept(Invocation inv) throws Throwable
doIntercept 在接口中 Interceptorinv - 调用者ThrowableCopyright © 2022. All rights reserved.