open class WebFluxConfigurationSupport : ApplicationContextAware
The main class for Spring WebFlux configuration.
Import directly or extend and override protected methods to customize.
Author
Rossen Stoyanchev
Since
5.0
WebFluxConfigurationSupport()
The main class for Spring WebFlux configuration. Import directly or extend and override protected methods to customize. |
open fun configurePathMatching(configurer: PathMatchConfigurer): Unit
Override to configure path matching options. |
|
fun getApplicationContext(): ApplicationContext |
|
open fun handlerFunctionAdapter(): HandlerFunctionAdapter |
|
open fun localeContextResolver(): LocaleContextResolver |
|
open fun requestMappingHandlerAdapter(): RequestMappingHandlerAdapter |
|
open fun requestMappingHandlerMapping(): RequestMappingHandlerMapping |
|
open fun resourceHandlerMapping(): HandlerMapping
Return a handler mapping ordered at Integer.MAX_VALUE-1 with mapped resource handlers. To configure resource handling, override |
|
open fun responseBodyResultHandler(): ResponseBodyResultHandler |
|
open fun responseEntityResultHandler(): ResponseEntityResultHandler |
|
open fun responseStatusExceptionHandler(): WebExceptionHandler |
|
open fun routerFunctionMapping(): RouterFunctionMapping |
|
open fun serverCodecConfigurer(): ServerCodecConfigurer
Return the configurer for HTTP message readers and writers. Use |
|
open fun serverResponseResultHandler(): ServerResponseResultHandler |
|
open fun setApplicationContext(applicationContext: ApplicationContext): Unit |
|
open fun simpleHandlerAdapter(): SimpleHandlerAdapter |
|
open fun viewResolutionResultHandler(): ViewResolutionResultHandler |
|
open fun webFluxAdapterRegistry(): ReactiveAdapterRegistry
Return a ReactiveAdapterRegistry to adapting reactive types. |
|
open fun webFluxContentTypeResolver(): RequestedContentTypeResolver |
|
open fun webFluxConversionService(): FormattingConversionService |
|
open fun webFluxValidator(): Validator
Return a global Validator instance for example for validating Delegates to |
|
open fun webHandler(): DispatcherHandler |