Class ViewUnresolvedLinkBodyMarshaller

  • All Implemented Interfaces:
    Marshaller<Link>

    public class ViewUnresolvedLinkBodyMarshaller
    extends Object
    implements Marshaller<Link>
    Encapsulates the logic on how to marshal the delegate / wrapped link inside an UnresolvedLink.

    This differs from ViewLinkBodyMarshaller in that it only marshals link state. It makes no attempt to resolve the RI to an actual entity and work out a sensible default alias. This is because we are resolving a link that has been flagged as unresolved.

    • Constructor Detail

      • ViewUnresolvedLinkBodyMarshaller

        public ViewUnresolvedLinkBodyMarshaller​(Marshaller<EmbeddedImage> embeddedImageMarshaller)