| 程序包 | 说明 |
|---|---|
| org.noear.solon.core | |
| org.noear.solon.core.aspect | |
| org.noear.solon.core.wrap |
| 限定符和类型 | 字段和说明 |
|---|---|
protected Map<Class<?>,InterceptorEntity> |
BeanContainer.beanInterceptors
bean 拦截器
|
| 限定符和类型 | 方法和说明 |
|---|---|
<T extends Annotation> |
BeanContainer.beanAroundGet(Class<T> annoClz)
已过时。
2.4
|
<T extends Annotation> |
BeanContainer.beanInterceptorGet(Class<T> annoClz)
获取拦截处理
|
| 构造器和说明 |
|---|
Invocation(Object target,
Object[] args,
MethodHolder method,
List<InterceptorEntity> interceptors) |
| 限定符和类型 | 方法和说明 |
|---|---|
default List<InterceptorEntity> |
MethodHolder.getArounds()
已过时。
2.4
|
List<InterceptorEntity> |
MethodWrap.getArounds()
已过时。
2.4
|
List<InterceptorEntity> |
MethodHolder.getInterceptors()
获取拦截器
|
List<InterceptorEntity> |
MethodWrap.getInterceptors()
获取拦截器
|
Copyright © 2023. All rights reserved.