Uses of Class
org.springframework.web.reactive.config.PathMatchConfigurer
Packages that use PathMatchConfigurer Package Description org.springframework.test.web.reactive.server Support for testing Spring WebFlux server endpoints viaWebTestClient.org.springframework.web.reactive.config Spring WebFlux configuration infrastructure.Uses of PathMatchConfigurer in org.springframework.test.web.reactive.server
Method parameters in org.springframework.test.web.reactive.server with type arguments of type PathMatchConfigurer Modifier and Type Method Description WebTestClient.ControllerSpecWebTestClient.ControllerSpec. pathMatching(Consumer<PathMatchConfigurer> consumer)Configure path matching options.Uses of PathMatchConfigurer in org.springframework.web.reactive.config
Methods in org.springframework.web.reactive.config that return PathMatchConfigurer Modifier and Type Method Description PathMatchConfigurerPathMatchConfigurer. addPathPrefix(String prefix, Predicate<Class<?>> predicate)Configure a path prefix to apply to matching controller methods.protected PathMatchConfigurerWebFluxConfigurationSupport. getPathMatchConfigurer()Callback for building thePathMatchConfigurer.PathMatchConfigurerPathMatchConfigurer. setUseCaseSensitiveMatch(Boolean caseSensitiveMatch)Whether to match to URLs irrespective of their case.PathMatchConfigurerPathMatchConfigurer. setUseTrailingSlashMatch(Boolean trailingSlashMatch)Whether to match to URLs irrespective of the presence of a trailing slash.Methods in org.springframework.web.reactive.config with parameters of type PathMatchConfigurer Modifier and Type Method Description voidDelegatingWebFluxConfiguration. configurePathMatching(PathMatchConfigurer configurer)voidWebFluxConfigurationSupport. configurePathMatching(PathMatchConfigurer configurer)Override to configure path matching options.default voidWebFluxConfigurer. configurePathMatching(PathMatchConfigurer configurer)Configure path matching options.voidWebFluxConfigurerComposite. configurePathMatching(PathMatchConfigurer configurer)