类 SaIgnoreHandler
java.lang.Object
cn.dev33.satoken.annotation.handler.SaIgnoreHandler
- 所有已实现的接口:
SaAnnotationHandlerInterface<SaIgnore>
注解 SaIgnore 的处理器
- 从以下版本开始:
- 2024/8/2
- 作者:
- click33
-
构造器详细资料
-
SaIgnoreHandler
public SaIgnoreHandler()
-
-
方法详细资料
-
getHandlerAnnotationClass
从接口复制的说明:SaAnnotationHandlerInterface获取所要处理的注解类型- 指定者:
getHandlerAnnotationClass在接口中SaAnnotationHandlerInterface<SaIgnore>- 返回:
- /
-
checkMethod
从接口复制的说明:SaAnnotationHandlerInterface所需要执行的校验方法(转换类型后)- 指定者:
checkMethod在接口中SaAnnotationHandlerInterface<SaIgnore>- 参数:
at- 注解对象method- 被标注的注解的方法引用
-
_checkMethod
public static void _checkMethod()
-