类的使用
com.magician.web.core.model.InterceptorModel
-
使用InterceptorModel的程序包 程序包 说明 com.magician.web.core.cache com.magician.web.execute -
-
com.magician.web.core.cache中InterceptorModel的使用
返回变量类型为InterceptorModel的类型的com.magician.web.core.cache中的方法 修饰符和类型 方法 说明 static Map<String,List<InterceptorModel>>MagicianCacheManager. getInterceptorMap()参数类型为InterceptorModel的com.magician.web.core.cache中的方法 修饰符和类型 方法 说明 static voidMagicianCacheManager. setInterceptorMap(String route, InterceptorModel interceptorModel) -
com.magician.web.execute中InterceptorModel的使用
返回变量类型为InterceptorModel的类型的com.magician.web.execute中的方法 修饰符和类型 方法 说明 static List<InterceptorModel>InterceptorExecute. getInterceptorModelList(String route)获取这个路由对应的拦截器类型变量类型为InterceptorModel的com.magician.web.execute中的方法参数 修饰符和类型 方法 说明 static ObjectInterceptorExecute. after(List<InterceptorModel> interceptorModelList, io.magician.tcp.codec.impl.http.request.MagicianRequest request, Object apiResult)执行拦截器的afterstatic ObjectInterceptorExecute. before(List<InterceptorModel> interceptorModelList, io.magician.tcp.codec.impl.http.request.MagicianRequest request)执行拦截器的before
-