UriTemplateOperator.parseUriTemplateOperator
Parse an RFC 6570 operator character.
Parameters
c | Operator character (`+`, `#`, `.`, `/`, `;`, `?`, `&`). |
Returns
The corresponding
Throws
UriTemplateException if c is not a valid operator.