public abstract class PathMatcher<P> extends Object
| Constructor and Description | 
|---|
PathMatcher()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected String | 
buildUriFromTemplate(String template,
                    String targetUri,
                    boolean onlyFirstParam)  | 
boolean | 
endsWithWildcard(String expectedUri)  | 
protected abstract String | 
getPath(P entry)  | 
protected abstract Collection<P> | 
getPaths()  | 
P | 
matches(String targetUri)  | 
protected P | 
resolvePathConfig(P entry,
                 String path)  | 
Copyright © 2021 JBoss by Red Hat. All rights reserved.