クラス WebFluxAutoConfiguration.EnableWebFluxConfiguration
java.lang.ObjectSE
org.springframework.web.reactive.config.WebFluxConfigurationSupport
org.springframework.web.reactive.config.DelegatingWebFluxConfiguration
org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.EnableWebFluxConfiguration
- 実装されているすべてのインターフェース:
Aware,ApplicationContextAware
- 含まれているクラス:
- WebFluxAutoConfiguration
@Configuration(proxyBeanMethods=false)
@EnableConfigurationProperties({WebProperties.class,ServerProperties.class})
public static class WebFluxAutoConfiguration.EnableWebFluxConfiguration
extends DelegatingWebFluxConfiguration
@EnableWebFlux と同等の構成。コンストラクターの概要
コンストラクターコンストラクター説明EnableWebFluxConfiguration(WebFluxProperties webFluxProperties, WebProperties webProperties, ServerProperties serverProperties, ObjectProvider<WebFluxRegistrations> webFluxRegistrations) 方法の概要
修飾子と型メソッド説明protected RequestMappingHandlerAdapterprotected RequestMappingHandlerMappingwebSessionManager(ObjectProvider<WebSessionIdResolver> webSessionIdResolver) クラス org.springframework.web.reactive.config.DelegatingWebFluxConfiguration から継承されたメソッド
addCorsMappings, addFormatters, addResourceHandlers, configureArgumentResolvers, configureBlockingExecution, configureContentTypeResolver, configureHttpMessageCodecs, configurePathMatching, configureViewResolvers, getMessageCodesResolver, getValidator, getWebSocketService, setConfigurersクラス org.springframework.web.reactive.config.WebFluxConfigurationSupport から継承されたメソッド
createLocaleContextResolver, createRouterFunctionMapping, getApplicationContext, getBlockingExecutionConfigurer, getConfigurableWebBindingInitializer, getCorsConfigurations, getPathMatchConfigurer, getViewResolverRegistry, handlerFunctionAdapter, requestMappingHandlerAdapter, requestMappingHandlerMapping, resourceHandlerMapping, resourceUrlProvider, responseBodyResultHandler, responseEntityResultHandler, responseStatusExceptionHandler, routerFunctionMapping, serverCodecConfigurer, serverResponseResultHandler, setApplicationContext, simpleHandlerAdapter, viewResolutionResultHandler, webFluxAdapterRegistry, webFluxContentTypeResolver, webFluxWebSocketHandlerAdapter, webHandler
コンストラクターの詳細
EnableWebFluxConfiguration
public EnableWebFluxConfiguration(WebFluxProperties webFluxProperties, WebProperties webProperties, ServerProperties serverProperties, ObjectProvider<WebFluxRegistrations> webFluxRegistrations)
メソッドの詳細
webFluxConversionService
- オーバーライド:
- クラス
WebFluxConfigurationSupportのwebFluxConversionService
webFluxValidator
- オーバーライド:
- クラス
WebFluxConfigurationSupportのwebFluxValidator
createRequestMappingHandlerAdapter
- オーバーライド:
- クラス
WebFluxConfigurationSupportのcreateRequestMappingHandlerAdapter
createRequestMappingHandlerMapping
- オーバーライド:
- クラス
WebFluxConfigurationSupportのcreateRequestMappingHandlerMapping
localeContextResolver
@Bean @ConditionalOnMissingBean(name="localeContextResolver") public LocaleContextResolver localeContextResolver()- オーバーライド:
- クラス
WebFluxConfigurationSupportのlocaleContextResolver
webSessionManager
@Bean @ConditionalOnMissingBean(name="webSessionManager") public WebSessionManager webSessionManager(ObjectProvider<WebSessionIdResolver> webSessionIdResolver)