クラスの使用
org.springframework.web.reactive.config.PathMatchConfigurer
PathMatchConfigurer を使用するパッケージ
org.springframework.test.web.reactive.server 内の PathMatchConfigurer 使用
型 PathMatchConfigurer の型引数を持つ org.springframework.test.web.reactive.server のメソッドパラメーター修飾子と型メソッド説明WebTestClient.ControllerSpec.pathMatching(ConsumerSE<PathMatchConfigurer> consumer) パスマッチングオプションを設定します。org.springframework.web.reactive.config 内の PathMatchConfigurer 使用
修飾子と型メソッド説明PathMatchConfigurer.addPathPrefix(StringSE prefix, PredicateSE<ClassSE<?>> predicate) 一致するコントローラーメソッドに適用するパスプレフィックスを構成します。protected final PathMatchConfigurerWebFluxConfigurationSupport.getPathMatchConfigurer()PathMatchConfigurerを構築するためのコールバック。PathMatchConfigurer.setUseCaseSensitiveMatch(BooleanSE caseSensitiveMatch) 大文字小文字を区別せずに URL と照合するかどうか。PathMatchConfigurer.setUseTrailingSlashMatch(BooleanSE trailingSlashMatch) 使用すべきではありません。型 PathMatchConfigurer のパラメーターを持つ org.springframework.web.reactive.config のメソッド修飾子と型メソッド説明voidDelegatingWebFluxConfiguration.configurePathMatching(PathMatchConfigurer configurer) voidWebFluxConfigurationSupport.configurePathMatching(PathMatchConfigurer configurer) オーバーライドして、パス一致オプションを構成します。default voidWebFluxConfigurer.configurePathMatching(PathMatchConfigurer configurer) パスマッチングオプションを設定します。voidWebFluxConfigurerComposite.configurePathMatching(PathMatchConfigurer configurer)
PathPatternParser.setMatchOptionalTrailingSeparator(boolean)を参照