public final class PathTemplate extends UriTemplate
COMPARATOR, EMPTY
Constructor and Description |
---|
PathTemplate(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, toString
public PathTemplate(String path)
'/'
) will be automatically prefixed with one.path
- the URI path template.Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.