| Package | Description |
|---|---|
| org.noear.solon.core | |
| org.noear.solon.core.aspect | |
| org.noear.solon.core.wrap |
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
BeanContainer.beanInterceptorAdd(Class<T> annoClz,
Interceptor interceptor)
添加拦截处理
|
<T extends Annotation> |
BeanContainer.beanInterceptorAdd(Class<T> annoClz,
Interceptor interceptor,
int index)
添加拦截处理
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MethodInterceptor
方法拦截器
|
| Modifier and Type | Class and Description |
|---|---|
class |
InterceptorEntity
拦截实体。
|
| Modifier and Type | Method and Description |
|---|---|
Interceptor |
InterceptorEntity.getReal()
获取原拦截器
|
| Constructor and Description |
|---|
InterceptorEntity(int index,
Interceptor real) |
| Modifier and Type | Class and Description |
|---|---|
class |
MethodWrap
方法包装
用于缓存类的方法,并附加些功能(和 ClassWrap、FieldWrap 意图相同)
|
Copyright © 2025. All rights reserved.