接口 WebFluxRegistrations

    • 方法概要

      所有方法 实例方法 默认方法 
      修饰符和类型方法说明
      default org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerAdaptergetRequestMappingHandlerAdapter()
      Return the custom RequestMappingHandlerAdapter that should be used and processed by the WebFlux configuration.
      default org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerMappinggetRequestMappingHandlerMapping()
      Return the custom RequestMappingHandlerMapping that should be used and processed by the WebFlux configuration.
    • 方法详细资料

      • getRequestMappingHandlerMapping

        default org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerMapping getRequestMappingHandlerMapping()
        Return the custom RequestMappingHandlerMapping that should be used and processed by the WebFlux configuration.
        返回:
        the custom RequestMappingHandlerMapping instance
      • getRequestMappingHandlerAdapter

        default org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerAdapter getRequestMappingHandlerAdapter()
        Return the custom RequestMappingHandlerAdapter that should be used and processed by the WebFlux configuration.
        返回:
        the custom RequestMappingHandlerAdapter instance