toURI
Renders this URI template to a concrete URI without substituting any parameters.
Receiver
path segments that form the URI template.
Return
resolved URI containing the composed path.
Renders this URI template to a concrete URI by substituting p1.
Receiver
path segments and parameter definition comprising the template.
Return
resolved URI containing substituted values.
Parameters
value encoded for the first captured parameter.
Renders this URI template to a concrete URI by substituting p1 and p2.
Receiver
path segments and parameter definitions comprising the template.
Return
resolved URI containing substituted values.
Parameters
value encoded for the first captured parameter.
value encoded for the second captured parameter.
Renders this URI template to a concrete URI by substituting p1, p2, and p3.
Receiver
path segments and parameter definitions comprising the template.
Return
resolved URI containing substituted values.
Parameters
value encoded for the first captured parameter.
value encoded for the second captured parameter.
value encoded for the third captured parameter.
Renders this URI template to a concrete URI by substituting p1, p2, p3, and p4.
Receiver
path segments and parameter definitions comprising the template.
Return
resolved URI containing substituted values.
Parameters
value encoded for the first captured parameter.
value encoded for the second captured parameter.
value encoded for the third captured parameter.
value encoded for the fourth captured parameter.
Renders this URI template to a concrete URI by substituting p1 through p5.
Receiver
path segments and parameter definitions comprising the template.
Return
resolved URI containing substituted values.
Parameters
value encoded for the first captured parameter.
value encoded for the second captured parameter.
value encoded for the third captured parameter.
value encoded for the fourth captured parameter.
value encoded for the fifth captured parameter.
Renders this URI template to a concrete URI by substituting p1 through p6.
Receiver
path segments and parameter definitions comprising the template.
Return
resolved URI containing substituted values.
Parameters
value encoded for the first captured parameter.
value encoded for the second captured parameter.
value encoded for the third captured parameter.
value encoded for the fourth captured parameter.
value encoded for the fifth captured parameter.
value encoded for the sixth captured parameter.
Renders this URI template to a concrete URI by substituting p1 through p7.
Receiver
path segments and parameter definitions comprising the template.
Return
resolved URI containing substituted values.
Parameters
value encoded for the first captured parameter.
value encoded for the second captured parameter.
value encoded for the third captured parameter.
value encoded for the fourth captured parameter.
value encoded for the fifth captured parameter.
value encoded for the sixth captured parameter.
value encoded for the seventh captured parameter.
Renders this URI template to a concrete URI by substituting p1 through p8.
Receiver
path segments and parameter definitions comprising the template.
Return
resolved URI containing substituted values.
Parameters
value encoded for the first captured parameter.
value encoded for the second captured parameter.
value encoded for the third captured parameter.
value encoded for the fourth captured parameter.
value encoded for the fifth captured parameter.
value encoded for the sixth captured parameter.
value encoded for the seventh captured parameter.
value encoded for the eighth captured parameter.
Renders this URI template to a concrete URI by substituting p1 through p9.
Receiver
path segments and parameter definitions comprising the template.
Return
resolved URI containing substituted values.
Parameters
value encoded for the first captured parameter.
value encoded for the second captured parameter.
value encoded for the third captured parameter.
value encoded for the fourth captured parameter.
value encoded for the fifth captured parameter.
value encoded for the sixth captured parameter.
value encoded for the seventh captured parameter.
value encoded for the eighth captured parameter.
value encoded for the ninth captured parameter.
Renders this URI template to a concrete URI by substituting p1 through p10.
Receiver
path segments and parameter definitions comprising the template.
Return
resolved URI containing substituted values.
Parameters
value encoded for the first captured parameter.
value encoded for the second captured parameter.
value encoded for the third captured parameter.
value encoded for the fourth captured parameter.
value encoded for the fifth captured parameter.
value encoded for the sixth captured parameter.
value encoded for the seventh captured parameter.
value encoded for the eighth captured parameter.
value encoded for the ninth captured parameter.
value encoded for the tenth captured parameter.
Resolves this endpoint's path into a concrete URI when no parameters are captured.
Receiver
fully configured endpoint whose template has no captured parameters.
Return
resolved URI.
Resolves this endpoint's path into a concrete URI by substituting p1.
Receiver
endpoint capturing a single parameter.
Return
resolved URI.
Parameters
value encoded for the captured parameter.
Resolves this endpoint's path into a concrete URI by substituting p1 and p2.
Receiver
endpoint capturing two parameters.
Return
resolved URI.
Parameters
value encoded for the first captured parameter.
value encoded for the second captured parameter.
Resolves this endpoint's path into a concrete URI by substituting p1, p2, and p3.
Receiver
endpoint capturing three parameters.
Return
resolved URI.
Parameters
value encoded for the first captured parameter.
value encoded for the second captured parameter.
value encoded for the third captured parameter.
Resolves this endpoint's path into a concrete URI by substituting p1 through p4.
Receiver
endpoint capturing four parameters.
Return
resolved URI.
Parameters
value encoded for the first captured parameter.
value encoded for the second captured parameter.
value encoded for the third captured parameter.
value encoded for the fourth captured parameter.
Resolves this endpoint's path into a concrete URI by substituting p1 through p5.
Receiver
endpoint capturing five parameters.
Return
resolved URI.
Parameters
value encoded for the first captured parameter.
value encoded for the second captured parameter.
value encoded for the third captured parameter.
value encoded for the fourth captured parameter.
value encoded for the fifth captured parameter.
Resolves this endpoint's path into a concrete URI by substituting p1 through p6.
Receiver
endpoint capturing six parameters.
Return
resolved URI.
Parameters
value encoded for the first captured parameter.
value encoded for the second captured parameter.
value encoded for the third captured parameter.
value encoded for the fourth captured parameter.
value encoded for the fifth captured parameter.
value encoded for the sixth captured parameter.
Resolves this endpoint's path into a concrete URI by substituting p1 through p7.
Receiver
endpoint capturing seven parameters.
Return
resolved URI.
Parameters
value encoded for the first captured parameter.
value encoded for the second captured parameter.
value encoded for the third captured parameter.
value encoded for the fourth captured parameter.
value encoded for the fifth captured parameter.
value encoded for the sixth captured parameter.
value encoded for the seventh captured parameter.
Resolves this endpoint's path into a concrete URI by substituting p1 through p8.
Receiver
endpoint capturing eight parameters.
Return
resolved URI.
Parameters
value encoded for the first captured parameter.
value encoded for the second captured parameter.
value encoded for the third captured parameter.
value encoded for the fourth captured parameter.
value encoded for the fifth captured parameter.
value encoded for the sixth captured parameter.
value encoded for the seventh captured parameter.
value encoded for the eighth captured parameter.
Resolves this endpoint's path into a concrete URI by substituting p1 through p9.
Receiver
endpoint capturing nine parameters.
Return
resolved URI.
Parameters
value encoded for the first captured parameter.
value encoded for the second captured parameter.
value encoded for the third captured parameter.
value encoded for the fourth captured parameter.
value encoded for the fifth captured parameter.
value encoded for the sixth captured parameter.
value encoded for the seventh captured parameter.
value encoded for the eighth captured parameter.
value encoded for the ninth captured parameter.
Resolves this endpoint's path into a concrete URI by substituting p1 through p10.
Receiver
endpoint capturing ten parameters.
Return
resolved URI.
Parameters
value encoded for the first captured parameter.
value encoded for the second captured parameter.
value encoded for the third captured parameter.
value encoded for the fourth captured parameter.
value encoded for the fifth captured parameter.
value encoded for the sixth captured parameter.
value encoded for the seventh captured parameter.
value encoded for the eighth captured parameter.
value encoded for the ninth captured parameter.
value encoded for the tenth captured parameter.