UriTemplate.UriTemplate.parse
UriTemplate parse(string templateString) @safeParse 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.