xs10111 发表于 2 小时前

腾龙公司游戏链接 xs10159.com

lass CustomActionMatcherFactory : ActionMatcherFactory {    companion object {      const val TYPE = ""    }    override val type: String      get() = TYPE    override fun create(configuration: Configuration): ConditionMatcher {      return CustomActionMatcher(configuration)    }}class CustomActionMatcher(override val configuration: Configuration) : ActionMatcher {    override val type: String      get() = CustomActionMatcherFactory.TYPE    override fun match(request: Request, securityContext: SecurityContext): Boolean {      //Custom matching logic    }
页: [1]
查看完整版本: 腾龙公司游戏链接 xs10159.com