接口的使用
cn.dev33.satoken.fun.SaParamRetFunction
使用SaParamRetFunction的程序包
-
cn.dev33.satoken.router中SaParamRetFunction的使用
修饰符和类型方法说明static SaRouterStaffSaRouter.match(SaParamRetFunction<Object, Boolean> fun) 根据自定义方法进行匹配 (lazy)SaRouterStaff.match(SaParamRetFunction<Object, Boolean> fun) 根据自定义方法进行匹配 (lazy)static SaRouterStaffSaRouter.notMatch(SaParamRetFunction<Object, Boolean> fun) 根据自定义方法进行匹配排除 (lazy)SaRouterStaff.notMatch(SaParamRetFunction<Object, Boolean> fun) 根据自定义方法进行匹配排除 (lazy)