damnhandy / Handy-URI-Templates

A Java URI Template processor implementing RFC6570
https://damnhandy.github.io/Handy-URI-Templates/
Other
203 stars 37 forks source link

UriTemplate(LinkedList<UriTemplateComponent> components) should be public #37

Closed testn closed 8 years ago

testn commented 9 years ago

so that UriTemplate can be constructed from UriTemplateParser manually.

damnhandy commented 9 years ago

Can you elaborate on the use case that would require that?