Uses of Class
org.springframework.web.reactive.config.PathMatchConfigurer
Packages that use 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.serverMethod parameters in org.springframework.test.web.reactive.server with type arguments of type PathMatchConfigurerModifier and TypeMethodDescriptionWebTestClient.ControllerSpec.pathMatching(Consumer<PathMatchConfigurer> consumer) Configure path matching options.
- 
Uses of PathMatchConfigurer in org.springframework.web.reactive.configMethods in org.springframework.web.reactive.config that return PathMatchConfigurerModifier and TypeMethodDescriptionPathMatchConfigurer.addPathPrefix(String prefix, Predicate<Class<?>> predicate) Configure a path prefix to apply to matching controller methods.protected final PathMatchConfigurerWebFluxConfigurationSupport.getPathMatchConfigurer()Callback for building thePathMatchConfigurer.PathMatchConfigurer.setUseCaseSensitiveMatch(Boolean caseSensitiveMatch) Whether to match to URLs irrespective of their case.PathMatchConfigurer.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 PathMatchConfigurerModifier and TypeMethodDescriptionvoidDelegatingWebFluxConfiguration.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)