| 接口 | 说明 |
|---|---|
| GlobalInterceptor | |
| NetworkInterceptor | |
| PrototypeInterceptor |
拦截器标记接口
该接口的实现类在spring容器中的scope会自动修改为prototype
Interceptor marking interface
The scope of the implementation class of this interface in the spring container will be automatically modified to prototype
|
| 类 | 说明 |
|---|---|
| BaseLoggingInterceptor | |
| BasePathMatchInterceptor |
路径匹配拦截器, 如果使用spring-bean方式,使用原型模式
|
| DefaultLoggingInterceptor | |
| ErrorDecoderInterceptor | |
| GlobalAndNetworkInterceptorFinder | |
| ServiceInstanceChooserInterceptor |
| 枚举 | 说明 |
|---|---|
| LogLevel | |
| LogStrategy |
Copyright © 2022. All rights reserved.