java.lang.Object
io.github.mangocrisp.spring.taybct.gateway.handler.CaptchaHandler
所有已实现的接口:
org.springframework.web.reactive.function.server.HandlerFunction<org.springframework.web.reactive.function.server.ServerResponse>

@AutoConfiguration public class CaptchaHandler extends Object implements org.springframework.web.reactive.function.server.HandlerFunction<org.springframework.web.reactive.function.server.ServerResponse>
验证码生成器
从以下版本开始:
1.0.0
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    (专用程序包) final org.springframework.data.redis.core.StringRedisTemplate
     
    (专用程序包) final io.github.mangocrisp.spring.taybct.tool.core.constant.ISysParamsObtainService
     
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    reactor.core.publisher.Mono<org.springframework.web.reactive.function.server.ServerResponse>
    handle(org.springframework.web.reactive.function.server.ServerRequest serverRequest)
     

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 字段详细资料

    • redisTemplate

      final org.springframework.data.redis.core.StringRedisTemplate redisTemplate
    • sysParamsObtainService

      final io.github.mangocrisp.spring.taybct.tool.core.constant.ISysParamsObtainService sysParamsObtainService
  • 构造器详细资料

    • CaptchaHandler

      public CaptchaHandler()
  • 方法详细资料

    • handle

      public reactor.core.publisher.Mono<org.springframework.web.reactive.function.server.ServerResponse> handle(org.springframework.web.reactive.function.server.ServerRequest serverRequest)
      指定者:
      handle 在接口中 org.springframework.web.reactive.function.server.HandlerFunction<org.springframework.web.reactive.function.server.ServerResponse>