Class HttpHandlerAutoConfiguration.AnnotationConfig
java.lang.Object
org.springframework.boot.autoconfigure.web.reactive.HttpHandlerAutoConfiguration.AnnotationConfig
- Enclosing class:
- HttpHandlerAutoConfiguration
@Configuration(proxyBeanMethods=false)
public static class HttpHandlerAutoConfiguration.AnnotationConfig
extends Object
-
Constructor Summary
ConstructorsConstructorDescriptionAnnotationConfig(org.springframework.context.ApplicationContext applicationContext) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.server.reactive.HttpHandlerhttpHandler(org.springframework.beans.factory.ObjectProvider<WebFluxProperties> propsProvider, org.springframework.beans.factory.ObjectProvider<WebHttpHandlerBuilderCustomizer> handlerBuilderCustomizers)
-
Constructor Details
-
AnnotationConfig
public AnnotationConfig(org.springframework.context.ApplicationContext applicationContext)
-
-
Method Details
-
httpHandler
@Bean public org.springframework.http.server.reactive.HttpHandler httpHandler(org.springframework.beans.factory.ObjectProvider<WebFluxProperties> propsProvider, org.springframework.beans.factory.ObjectProvider<WebHttpHandlerBuilderCustomizer> handlerBuilderCustomizers)
-