Uses of Class
org.springframework.boot.web.context.reactive.GenericReactiveWebApplicationContext
Packages that use GenericReactiveWebApplicationContext
-
Uses of GenericReactiveWebApplicationContext in org.springframework.boot.web.server.reactive.context
Subclasses of GenericReactiveWebApplicationContext in org.springframework.boot.web.server.reactive.contextModifier and TypeClassDescriptionclassReactiveWebServerApplicationContextthat accepts annotated classes as input - in particular@Configuration-annotated classes, but also plain@Componentclasses and JSR-330 compliant classes usingjavax.injectannotations.classAGenericReactiveWebApplicationContextthat can be used to bootstrap itself from a containedReactiveWebServerFactorybean.