Not sure how feasible this is, but instead of supporting only this type of
mapping:
@Key(atom:link)
public List<Link> links;
I would like to see syntax that would allow for something like this:
@Key(atom:link[@rel='next])
public Link nextLink;
Or, even better something like this:
@Key(atom:link[@rel='next']/@value)
public String nextLinkValue;
Original issue reported on code.google.com by szieg...@cloudsherpas.com on 4 Jun 2011 at 2:58
Original issue reported on code.google.com by
szieg...@cloudsherpas.com
on 4 Jun 2011 at 2:58