- All Implemented Interfaces:
- com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
public class LinkSerializer
extends com.fasterxml.jackson.databind.JsonSerializer<Link>
Special serializer for Link objects that does not map the classical {rel:abc, href:xyz} scheme,
but which puts the rel name "at the outside" like { abc : { href : xyz }} to make it easier for
clients to access the link.
See also https://bugzilla.redhat.com/show_bug.cgi?id=845244
- Since:
- 0.0.1
- Author:
- Heiko W. Rupp
- See Also:
LinkDeserializer