| Package | Description | 
|---|---|
| org.springframework.web.cors.reactive | Reactive support for CORS (Cross-Origin Resource Sharing),
 based on a common  CorsProcessorstrategy. | 
| org.springframework.web.reactive.function.server | Provides the types that make up Spring's functional web framework for Reactive environments. | 
| org.springframework.web.reactive.handler | Provides HandlerMapping implementations including abstract base classes. | 
| org.springframework.web.reactive.result.method | Infrastructure for handler method processing. | 
| org.springframework.web.servlet.function | Provides the types that make up Spring's functional web framework for Servlet environments. | 
| org.springframework.web.util.pattern | Dedicated support for matching HTTP request paths. | 
| Constructor and Description | 
|---|
| UrlBasedCorsConfigurationSource(PathPatternParser patternParser)Construct a new  UrlBasedCorsConfigurationSourceinstance from the suppliedPathPatternParser. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Function<String,RequestPredicate> | RequestPredicates. pathPredicates(PathPatternParser patternParser)Return a function that creates new path-matching  RequestPredicatesfrom pattern Strings using the givenPathPatternParser. | 
| Modifier and Type | Method and Description | 
|---|---|
| PathPatternParser | AbstractHandlerMapping. getPathPatternParser()Return the  PathPatternParserinstance that is used forCORS configuration checks. | 
| Modifier and Type | Method and Description | 
|---|---|
| PathPatternParser | RequestMappingInfo.BuilderConfiguration. getPatternParser() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | RequestMappingInfo.BuilderConfiguration. setPatternParser(PathPatternParser patternParser) | 
| Modifier and Type | Method and Description | 
|---|---|
| static Function<String,RequestPredicate> | RequestPredicates. pathPredicates(PathPatternParser patternParser)Return a function that creates new path-matching  RequestPredicatesfrom pattern Strings using the givenPathPatternParser. | 
| Constructor and Description | 
|---|
| PathPatternRouteMatcher(PathPatternParser parser)Constructor with given  PathPatternParser. |