UriTemplate.UriTemplate.parse
Parse an RFC 6570 URI Template string into an AST.
Parses literal text and expressions of the form `{` [operator] varspec *( "," varspec ) `}`.
Parameters
templateString | Template string to parse. |
Returns
The parsed
Throws
UriTemplateException on invalid syntax.