A URI template that follows the rfc6570 level 4.
A template is immutable and thread safe, it can be safely shared between threads after its creation. If you are sharing a template as a static variables, keep in mind that {@link UriTemplate#of} can fail and create a classloading issue.
Expand this template to a string.
Create a template from a string uri.
uri
The string uri is validated and parsed, invalid inputs are rejected with a IllegalArgumentException.
Generated using TypeDoc
A URI template that follows the rfc6570 level 4.
A template is immutable and thread safe, it can be safely shared between threads after its creation. If you are sharing a template as a static variables, keep in mind that {@link UriTemplate#of} can fail and create a classloading issue.