Uses of Class
org.springframework.web.reactive.config.PathMatchConfigurer
Packages that use PathMatchConfigurer
Package
Description
Spring WebFlux configuration infrastructure.
-
Uses of PathMatchConfigurer in org.springframework.web.reactive.config
Methods 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) Deprecated.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)
PathPatternParser.setMatchOptionalTrailingSeparator(boolean)