public interface WebFluxRegistrationsWebFluxAutoConfiguration の主要コンポーネントを登録するためのインターフェース。すべてのカスタムインスタンスは、後で Boot および Spring WebFlux 構成によって処理されます。このコンポーネントの単一のインスタンスを登録する必要があります。そうしないと、冗長な WebFlux コンポーネントから選択できなくなります。
WebFluxAutoConfiguration.EnableWebFluxConfiguration| 修飾子と型 | メソッドと説明 |
|---|---|
default org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerAdapter | getRequestMappingHandlerAdapter()WebFlux 構成で使用および処理する必要があるカスタム RequestMappingHandlerAdapter を返します。 |
default org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerMapping | getRequestMappingHandlerMapping()WebFlux 構成で使用および処理する必要があるカスタム RequestMappingHandlerMapping を返します。 |
default org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerMapping getRequestMappingHandlerMapping()
RequestMappingHandlerMapping を返します。RequestMappingHandlerMapping インスタンス default org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerAdapter getRequestMappingHandlerAdapter()
RequestMappingHandlerAdapter を返します。RequestMappingHandlerAdapter インスタンス Copyright © 2019 Pivotal Software, Inc.. All rights reserved.