public final class PathTemplate extends UriTemplate
COMPARATOR, EMPTY| Constructor and Description | 
|---|
| PathTemplate(java.lang.String path)Create a URI path template and encode (percent escape) any characters of
 the template that are not valid URI characters. | 
createURI, createURI, createURI, createURI, createURI, createURIWithStringValues, createURIWithStringValues, endsWithSlash, equals, getNumberOfExplicitCharacters, getNumberOfExplicitRegexes, getNumberOfRegexGroups, getNumberOfTemplateVariables, getPattern, getTemplate, getTemplateVariables, hashCode, isTemplateVariablePresent, match, match, normalize, normalize, relativize, resolve, resolve, resolveTemplateValues, toStringpublic PathTemplate(java.lang.String path)
'/') will be automatically prefixed with one.path - the URI path template.Copyright © 2012–2020 Oracle Corporation. All rights reserved.