@Configuration(proxyBeanMethods=false) @EnableConfigurationProperties(value={ResourceProperties.class,WebFluxProperties.class}) @Import(value=WebFluxAutoConfiguration.EnableWebFluxConfiguration.class) public static class WebFluxAutoConfiguration.WebFluxConfig extends ObjectSE implements org.springframework.web.reactive.config.WebFluxConfigurer
| コンストラクターと説明 |
|---|
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<CodecCustomizer> codecCustomizers, org.springframework.beans.factory.ObjectProvider<ResourceHandlerRegistrationCustomizer> resourceHandlerRegistrationCustomizer, org.springframework.beans.factory.ObjectProvider<org.springframework.web.reactive.result.view.ViewResolver> viewResolvers) |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | addFormatters(org.springframework.format.FormatterRegistry registry) |
void | addResourceHandlers(org.springframework.web.reactive.config.ResourceHandlerRegistry registry) |
void | configureArgumentResolvers(org.springframework.web.reactive.result.method.annotation.ArgumentResolverConfigurer configurer) |
void | configureHttpMessageCodecs(org.springframework.http.codec.ServerCodecConfigurer configurer) |
void | configureViewResolvers(org.springframework.web.reactive.config.ViewResolverRegistry registry) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic 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<CodecCustomizer> codecCustomizers, org.springframework.beans.factory.ObjectProvider<ResourceHandlerRegistrationCustomizer> resourceHandlerRegistrationCustomizer, org.springframework.beans.factory.ObjectProvider<org.springframework.web.reactive.result.view.ViewResolver> viewResolvers)
public void configureArgumentResolvers(org.springframework.web.reactive.result.method.annotation.ArgumentResolverConfigurer configurer)
org.springframework.web.reactive.config.WebFluxConfigurer 内の configureArgumentResolvers public void configureHttpMessageCodecs(org.springframework.http.codec.ServerCodecConfigurer configurer)
org.springframework.web.reactive.config.WebFluxConfigurer 内の configureHttpMessageCodecs public void addResourceHandlers(org.springframework.web.reactive.config.ResourceHandlerRegistry registry)
org.springframework.web.reactive.config.WebFluxConfigurer 内の addResourceHandlers public void configureViewResolvers(org.springframework.web.reactive.config.ViewResolverRegistry registry)
org.springframework.web.reactive.config.WebFluxConfigurer 内の configureViewResolvers public void addFormatters(org.springframework.format.FormatterRegistry registry)
org.springframework.web.reactive.config.WebFluxConfigurer 内の addFormatters Copyright © 2019 Pivotal Software, Inc.. All rights reserved.