public class JerseyRequestMatcherProvider extends Object implements RequestMatcherProvider
RequestMatcherProvider that provides an AntPathRequestMatcher that can
 be used for Jersey applications.| Constructor and Description | 
|---|
JerseyRequestMatcherProvider(JerseyApplicationPath jerseyApplicationPath)  | 
| Modifier and Type | Method and Description | 
|---|---|
RequestMatcher | 
getRequestMatcher(String pattern)
Return the  
RequestMatcher to be used for the specified pattern. | 
public JerseyRequestMatcherProvider(JerseyApplicationPath jerseyApplicationPath)
public RequestMatcher getRequestMatcher(String pattern)
RequestMatcherProviderRequestMatcher to be used for the specified pattern.getRequestMatcher in interface RequestMatcherProviderpattern - the request patternCopyright © 2019 Pivotal Software, Inc.. All rights reserved.