Uses of Interface
org.springframework.boot.web.context.reactive.ConfigurableReactiveWebApplicationContext
Packages that use ConfigurableReactiveWebApplicationContext
Package
Description
AssertJ support for ApplicationContexts.
Test utilities to run application contexts for testing.
Reactive based web integrations with Spring's
ApplicationContext
.Reactive web server based integrations with Spring's
ApplicationContext
.-
Uses of ConfigurableReactiveWebApplicationContext in org.springframework.boot.test.context.assertj
Subinterfaces of ConfigurableReactiveWebApplicationContext in org.springframework.boot.test.context.assertjModifier and TypeInterfaceDescriptioninterface
AReactiveWebApplicationContext
that additionally supports AssertJ style assertions.Subinterfaces with type arguments of type ConfigurableReactiveWebApplicationContext in org.springframework.boot.test.context.assertjModifier and TypeInterfaceDescriptioninterface
AReactiveWebApplicationContext
that additionally supports AssertJ style assertions.Method parameters in org.springframework.boot.test.context.assertj with type arguments of type ConfigurableReactiveWebApplicationContextModifier and TypeMethodDescriptionAssertableReactiveWebApplicationContext.get
(Supplier<? extends ConfigurableReactiveWebApplicationContext> contextSupplier) Factory method to create a newAssertableReactiveWebApplicationContext
instance.AssertableReactiveWebApplicationContext.get
(Supplier<? extends ConfigurableReactiveWebApplicationContext> contextSupplier, Class<?>... additionalContextInterfaces) Factory method to create a newAssertableReactiveWebApplicationContext
instance. -
Uses of ConfigurableReactiveWebApplicationContext in org.springframework.boot.test.context.runner
Subclasses with type arguments of type ConfigurableReactiveWebApplicationContext in org.springframework.boot.test.context.runnerModifier and TypeClassDescriptionfinal class
Constructor parameters in org.springframework.boot.test.context.runner with type arguments of type ConfigurableReactiveWebApplicationContextModifierConstructorDescriptionReactiveWebApplicationContextRunner
(Supplier<ConfigurableReactiveWebApplicationContext> contextFactory) Create a newApplicationContextRunner
instance using the specifiedcontextFactory
as the underlying source.ReactiveWebApplicationContextRunner
(Supplier<ConfigurableReactiveWebApplicationContext> contextFactory, Class<?>... additionalContextInterfaces) Create a newApplicationContextRunner
instance using the specifiedcontextFactory
as the underlying source. -
Uses of ConfigurableReactiveWebApplicationContext in org.springframework.boot.web.context.reactive
Classes in org.springframework.boot.web.context.reactive that implement ConfigurableReactiveWebApplicationContextModifier and TypeClassDescriptionclass
ConfigurableReactiveWebApplicationContext
that accepts annotated classes as input - in particular@Configuration
-annotated classes, but also plain@Component
classes and JSR-330 compliant classes usingjavax.inject
annotations.class
Subclass ofGenericApplicationContext
, suitable for reactive web environments. -
Uses of ConfigurableReactiveWebApplicationContext in org.springframework.boot.web.server.reactive.context
Classes in org.springframework.boot.web.server.reactive.context that implement ConfigurableReactiveWebApplicationContextModifier and TypeClassDescriptionclass
ReactiveWebServerApplicationContext
that accepts annotated classes as input - in particular@Configuration
-annotated classes, but also plain@Component
classes and JSR-330 compliant classes usingjavax.inject
annotations.class
AGenericReactiveWebApplicationContext
that can be used to bootstrap itself from a containedReactiveWebServerFactory
bean.