public class AntPathRequestMatcherProvider extends Object implements RequestMatcherProvider
RequestMatcherProvider
that provides an AntPathRequestMatcher
.Constructor and Description |
---|
AntPathRequestMatcherProvider(Function<String,String> pathFactory) |
Modifier and Type | Method and Description |
---|---|
RequestMatcher |
getRequestMatcher(String pattern)
Return the
RequestMatcher to be used for the specified pattern. |
public RequestMatcher getRequestMatcher(String pattern)
RequestMatcherProvider
RequestMatcher
to be used for the specified pattern.getRequestMatcher
in interface RequestMatcherProvider
pattern
- the request pattern