Class AntPathRequestMatcherProvider
java.lang.Object
org.springframework.boot.autoconfigure.security.servlet.AntPathRequestMatcherProvider
- All Implemented Interfaces:
 RequestMatcherProvider
RequestMatcherProvider that provides an AntPathRequestMatcher.- Since:
 - 2.1.8
 - Author:
 - Madhura Bhave
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetRequestMatcher(String pattern) Return theRequestMatcherto be used for the specified pattern. 
- 
Constructor Details
- 
AntPathRequestMatcherProvider
 
 - 
 - 
Method Details
- 
getRequestMatcher
Description copied from interface:RequestMatcherProviderReturn theRequestMatcherto be used for the specified pattern.- Specified by:
 getRequestMatcherin interfaceRequestMatcherProvider- Parameters:
 pattern- the request pattern- Returns:
 - a request matcher
 
 
 -