Uses of Interface
cn.dev33.satoken.fun.SaParamRetFunction
Packages that use SaParamRetFunction
-
Uses of SaParamRetFunction in cn.dev33.satoken.router
Methods in cn.dev33.satoken.router with parameters of type SaParamRetFunctionModifier and TypeMethodDescriptionstatic 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)