Class WebFluxAutoConfiguration.WebFluxConfig

    • Constructor Summary

      Constructors 
      ConstructorDescription
      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) 
    • Constructor Detail

      • 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)
    • Method Detail

      • configureArgumentResolvers

        public void configureArgumentResolvers​(org.springframework.web.reactive.result.method.annotation.ArgumentResolverConfigurer configurer)
        Specified by:
        configureArgumentResolvers in interface org.springframework.web.reactive.config.WebFluxConfigurer
      • configureHttpMessageCodecs

        public void configureHttpMessageCodecs​(org.springframework.http.codec.ServerCodecConfigurer configurer)
        Specified by:
        configureHttpMessageCodecs in interface org.springframework.web.reactive.config.WebFluxConfigurer
      • addResourceHandlers

        public void addResourceHandlers​(org.springframework.web.reactive.config.ResourceHandlerRegistry registry)
        Specified by:
        addResourceHandlers in interface org.springframework.web.reactive.config.WebFluxConfigurer
      • configureViewResolvers

        public void configureViewResolvers​(org.springframework.web.reactive.config.ViewResolverRegistry registry)
        Specified by:
        configureViewResolvers in interface org.springframework.web.reactive.config.WebFluxConfigurer
      • addFormatters

        public void addFormatters​(org.springframework.format.FormatterRegistry registry)
        Specified by:
        addFormatters in interface org.springframework.web.reactive.config.WebFluxConfigurer