| 程序包 | 说明 |
|---|---|
| io.jboot.aop | |
| io.jboot.test |
| 限定符和类型 | 字段和说明 |
|---|---|
private static Map<InterceptorCache.MethodKey,com.jfinal.aop.Interceptor[]> |
InterceptorCache.cache |
| 限定符和类型 | 方法和说明 |
|---|---|
static InterceptorCache.MethodKey |
InterceptorCache.getMethodKey(Class<?> target,
Method method) |
| 限定符和类型 | 方法和说明 |
|---|---|
static com.jfinal.aop.Interceptor[] |
InterceptorCache.get(InterceptorCache.MethodKey methodKey) |
static void |
InterceptorCache.put(InterceptorCache.MethodKey methodKey,
com.jfinal.aop.Interceptor[] inters) |
| 限定符和类型 | 字段和说明 |
|---|---|
private static Map<InterceptorCache.MethodKey,MockMethodInfo> |
MockMethodInterceptor.METHOD_INFO_CACHE |
Copyright © 2024. All rights reserved.