类 WebFluxAutoConfiguration.WebFluxConfig

    • 构造器概要

      构造器 
      构造器说明
      WebFluxConfig​(ResourceProperties resourceProperties, WebFluxProperties webFluxProperties, org.springframework.beans.factory.ListableBeanFactory beanFactory, org.springframework.beans.factory.ObjectProvider<org.springframework.web.reactive.result.method.HandlerMethodArgumentResolver> resolvers, org.springframework.beans.factory.ObjectProvider<org.springframework.boot.web.codec.CodecCustomizer> codecCustomizers, org.springframework.beans.factory.ObjectProvider<ResourceHandlerRegistrationCustomizer> resourceHandlerRegistrationCustomizer, org.springframework.beans.factory.ObjectProvider<org.springframework.web.reactive.result.view.ViewResolver> viewResolvers) 
    • 构造器详细资料

      • WebFluxConfig

        public WebFluxConfig​(ResourceProperties resourceProperties,
                             WebFluxProperties webFluxProperties,
                             org.springframework.beans.factory.ListableBeanFactory beanFactory,
                             org.springframework.beans.factory.ObjectProvider<org.springframework.web.reactive.result.method.HandlerMethodArgumentResolver> resolvers,
                             org.springframework.beans.factory.ObjectProvider<org.springframework.boot.web.codec.CodecCustomizer> codecCustomizers,
                             org.springframework.beans.factory.ObjectProvider<ResourceHandlerRegistrationCustomizer> resourceHandlerRegistrationCustomizer,
                             org.springframework.beans.factory.ObjectProvider<org.springframework.web.reactive.result.view.ViewResolver> viewResolvers)
    • 方法详细资料

      • configureArgumentResolvers

        public void configureArgumentResolvers​(org.springframework.web.reactive.result.method.annotation.ArgumentResolverConfigurer configurer)
        指定者:
        configureArgumentResolvers 在接口中 org.springframework.web.reactive.config.WebFluxConfigurer
      • configureHttpMessageCodecs

        public void configureHttpMessageCodecs​(org.springframework.http.codec.ServerCodecConfigurer configurer)
        指定者:
        configureHttpMessageCodecs 在接口中 org.springframework.web.reactive.config.WebFluxConfigurer
      • addResourceHandlers

        public void addResourceHandlers​(org.springframework.web.reactive.config.ResourceHandlerRegistry registry)
        指定者:
        addResourceHandlers 在接口中 org.springframework.web.reactive.config.WebFluxConfigurer
      • configureViewResolvers

        public void configureViewResolvers​(org.springframework.web.reactive.config.ViewResolverRegistry registry)
        指定者:
        configureViewResolvers 在接口中 org.springframework.web.reactive.config.WebFluxConfigurer
      • addFormatters

        public void addFormatters​(org.springframework.format.FormatterRegistry registry)
        指定者:
        addFormatters 在接口中 org.springframework.web.reactive.config.WebFluxConfigurer