Class SortOrderWebFluxAutoConfiguration

java.lang.Object
org.bremersee.comparator.spring.boot.SortOrderWebFluxAutoConfiguration
All Implemented Interfaces:
org.springframework.web.reactive.config.WebFluxConfigurer

@ConditionalOnWebApplication(type=REACTIVE) @ConditionalOnClass(name={"org.bremersee.comparator.model.SortOrderTextSeparators","org.bremersee.comparator.spring.web.ReactiveSortOrderHandlerMethodArgumentResolver"}) @AutoConfiguration @EnableConfigurationProperties(SortOrderConverterProperties.class) public class SortOrderWebFluxAutoConfiguration extends Object implements org.springframework.web.reactive.config.WebFluxConfigurer
The sort order autoconfiguration for webflux.
Author:
Christian Bremer
  • Constructor Summary

    Constructors
    Constructor
    Description
    Instantiates a new sort order autoconfiguration for webflux.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configureArgumentResolvers(org.springframework.web.reactive.result.method.annotation.ArgumentResolverConfigurer configurer)
     
    void
    Init.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.web.reactive.config.WebFluxConfigurer

    addCorsMappings, addErrorResponseInterceptors, addFormatters, addResourceHandlers, configureBlockingExecution, configureContentTypeResolver, configureHttpMessageCodecs, configurePathMatching, configureViewResolvers, getMessageCodesResolver, getValidator, getWebSocketService
  • Constructor Details

    • SortOrderWebFluxAutoConfiguration

      public SortOrderWebFluxAutoConfiguration(SortOrderConverterProperties properties)
      Instantiates a new sort order autoconfiguration for webflux.
      Parameters:
      properties - the properties
  • Method Details

    • init

      @EventListener(org.springframework.boot.context.event.ApplicationReadyEvent.class) public void init()
      Init.
    • configureArgumentResolvers

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