public interface MethodInterceptor
你可以通过实现接口加入自己的额外逻辑
InterceptorChain| Modifier and Type | Method and Description |
|---|---|
void |
filter(InterceptorChain chain) |
void filter(InterceptorChain chain) throws Throwable
ThrowableCopyright © 2017. All rights reserved.