You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The link map should be replaced by a Map<String,List<Link>> and be annotated with a custom serializer. The method addLink() should be simplified accordingly.
The text was updated successfully, but these errors were encountered:
Improve the
HalRepresentation
class using this solution http://stackoverflow.com/a/31748653/1292605 from @sp00m.The link map should be replaced by a
Map<String,List<Link>>
and be annotated with a custom serializer. The methodaddLink()
should be simplified accordingly.The text was updated successfully, but these errors were encountered: