Uses of Class
org.springframework.web.reactive.config.PathMatchConfigurer
Package
Description
Support for testing Spring WebFlux server endpoints via
WebTestClient
.Spring WebFlux configuration infrastructure.
-
Uses of PathMatchConfigurer in org.springframework.test.web.reactive.server
Modifier and TypeMethodDescriptionWebTestClient.ControllerSpec.pathMatching
(Consumer<PathMatchConfigurer> consumer) Configure path matching options. -
Uses of PathMatchConfigurer in org.springframework.web.reactive.config
Modifier and TypeMethodDescriptionPathMatchConfigurer.addPathPrefix
(String prefix, Predicate<Class<?>> predicate) Configure a path prefix to apply to matching controller methods.protected final PathMatchConfigurer
WebFluxConfigurationSupport.getPathMatchConfigurer()
Callback for building thePathMatchConfigurer
.PathMatchConfigurer.setUseCaseSensitiveMatch
(Boolean caseSensitiveMatch) Whether to match to URLs irrespective of their case.PathMatchConfigurer.setUseTrailingSlashMatch
(Boolean trailingSlashMatch) Deprecated.Modifier and TypeMethodDescriptionvoid
DelegatingWebFluxConfiguration.configurePathMatching
(PathMatchConfigurer configurer) void
WebFluxConfigurationSupport.configurePathMatching
(PathMatchConfigurer configurer) Override to configure path matching options.default void
WebFluxConfigurer.configurePathMatching
(PathMatchConfigurer configurer) Configure path matching options.void
WebFluxConfigurerComposite.configurePathMatching
(PathMatchConfigurer configurer)
PathPatternParser.setMatchOptionalTrailingSeparator(boolean)