users@jax-rs-spec.java.net

[jax-rs-spec users] [jsr339-experts] Re: Link not possible to build ?

From: Sergey Beryozkin <sberyozkin_at_talend.com>
Date: Wed, 13 Feb 2013 17:58:03 +0000

On 13/02/13 17:52, Sergey Beryozkin wrote:
> Hi
>
> May be I'm missing something but now that Link.Builder has to be
> implemented by the implementations, and we only have Link() and Link.map
> is not accessible, it means it is not possible to build Link ?
>
should we have

Link(URI)
Link(URI, Map<String, String>)

constructors instead of Link() ?

Thanks, Sergey