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
ConstructorsConstructorDescriptionInstantiates a new sort order autoconfiguration for webflux. -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureArgumentResolvers(org.springframework.web.reactive.result.method.annotation.ArgumentResolverConfigurer configurer) voidinit()Init.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.web.reactive.config.WebFluxConfigurer
addCorsMappings, addErrorResponseInterceptors, addFormatters, addResourceHandlers, configureBlockingExecution, configureContentTypeResolver, configureHttpMessageCodecs, configurePathMatching, configureViewResolvers, getMessageCodesResolver, getValidator, getWebSocketService
-
Constructor Details
-
SortOrderWebFluxAutoConfiguration
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:
configureArgumentResolversin interfaceorg.springframework.web.reactive.config.WebFluxConfigurer
-