damnhandy / Handy-URI-Templates

A Java URI Template processor implementing RFC6570

Home Page:https://damnhandy.github.io/Handy-URI-Templates/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UriTemplate(LinkedList<UriTemplateComponent> components) should be public

testn opened this issue · comments

commented

so that UriTemplate can be constructed from UriTemplateParser manually.

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