| 程序包 | 说明 |
|---|---|
| network.nerve.core.core.config.persist | |
| network.nerve.core.core.inteceptor.base |
| 限定符和类型 | 类和说明 |
|---|---|
class |
PersistConfigInterceptor |
| 限定符和类型 | 字段和说明 |
|---|---|
protected List<BeanMethodInterceptor> |
BeanMethodInterceptorChain.interceptorList
链中的拦截器列表
List of interceptors in the interceptors chain.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
BeanMethodInterceptorChain.add(BeanMethodInterceptor interceptor)
像链中添加一个方法拦截器
Add a method interceptor to the chain.
|
static void |
BeanMethodInterceptorManager.addBeanMethodInterceptor(Class annotationType,
BeanMethodInterceptor interceptor)
添加方法拦截器到管理器中
Add a method interceptor to the manager.
|
Copyright © 2021. All rights reserved.