インターフェースの使用
org.springframework.boot.web.reactive.context.ConfigurableReactiveWebApplicationContext
ConfigurableReactiveWebApplicationContext を使用するパッケージ
パッケージ
説明
ApplicationContexts の AssertJ サポート。
テスト用のアプリケーションコンテキストを実行するテストユーティリティ。
Spring の
ApplicationContext とのリアクティブベースの Web 統合。org.springframework.boot.test.context.assertj 内の ConfigurableReactiveWebApplicationContext 使用
org.springframework.boot.test.context.assertj 内の ConfigurableReactiveWebApplicationContext サブインターフェース型 ConfigurableReactiveWebApplicationContext の型引数を持つ org.springframework.boot.test.context.assertj のメソッドパラメーター修飾子と型メソッド説明AssertableReactiveWebApplicationContext.get(SupplierSE<? extends ConfigurableReactiveWebApplicationContext> contextSupplier) 新しいAssertableReactiveWebApplicationContextインスタンスを作成するファクトリメソッド。AssertableReactiveWebApplicationContext.get(SupplierSE<? extends ConfigurableReactiveWebApplicationContext> contextSupplier, ClassSE<?>... additionalContextInterfaces) 新しいAssertableReactiveWebApplicationContextインスタンスを作成するファクトリメソッド。org.springframework.boot.test.context.runner 内の ConfigurableReactiveWebApplicationContext 使用
型の型引数を持つ org.springframework.boot.test.context.runner のコンストラクターパラメーター ConfigurableReactiveWebApplicationContext修飾子コンストラクター説明ReactiveWebApplicationContextRunner(SupplierSE<ConfigurableReactiveWebApplicationContext> contextFactory) 指定されたcontextFactoryを基になるソースとして使用して、新しいApplicationContextRunnerインスタンスを作成します。ReactiveWebApplicationContextRunner(SupplierSE<ConfigurableReactiveWebApplicationContext> contextFactory, ClassSE<?>... additionalContextInterfaces) 指定されたcontextFactoryを基になるソースとして使用して、新しいApplicationContextRunnerインスタンスを作成します。org.springframework.boot.web.reactive.context 内の ConfigurableReactiveWebApplicationContext 使用
ConfigurableReactiveWebApplicationContext を実装している org.springframework.boot.web.reactive.context のクラス修飾子と型クラス説明classアノテーション付きクラスを入力として受け入れるConfigurableReactiveWebApplicationContext- 特に@Configurationアノテーション付きクラスだけでなく、プレーンな@Componentクラスとjavax.injectアノテーションを使用する JSR-330 準拠クラスも受け入れます。classアノテーション付きクラスを入力として受け入れるReactiveWebServerApplicationContext- 特に@Configurationアノテーション付きクラスだけでなく、プレーンな@Componentクラスとjavax.injectアノテーションを使用する JSR-330 準拠クラスも受け入れます。classGenericApplicationContextのサブクラス。リアクティブ Web 環境に適しています。class含まれているReactiveWebServerFactoryBean からブートストラップするために使用できるGenericReactiveWebApplicationContext。