users@jax-rs-spec.java.net

[jax-rs-spec users] [jsr339-experts] Re: Should we have Link.fromUriBuilder()

From: Santiago Pericas-Geertsen <Santiago.PericasGeertsen_at_oracle.com>
Date: Mon, 12 Nov 2012 11:18:19 -0500

On Nov 12, 2012, at 3:02 AM, Jan Algermissen <jan.algermissen_at_nordsc.com> wrote:

> However, the latter requires an internal URI parse (because the template is a string).
>
> Should we not have Link.fromUriBuilder( myUriBuilder) to spare the parsing of the template from string?

 I fixed the issue that you reported and modify Link.Builder to accept a URI builder. Looks better, thanks.

-- Santiago