public class DiffLinkMarshaller extends Object implements Marshaller<Link>
| Constructor and Description | 
|---|
| DiffLinkMarshaller(Marshaller<Link> delegatingLinkMarshaller,
                  Marshaller<UnresolvedLink> unresolvedLinkMarshaller) | 
| Modifier and Type | Method and Description | 
|---|---|
| Streamable | marshal(Link link,
       ConversionContext conversionContext)Marshals an object to XML. | 
public DiffLinkMarshaller(Marshaller<Link> delegatingLinkMarshaller, Marshaller<UnresolvedLink> unresolvedLinkMarshaller)
public Streamable marshal(Link link, ConversionContext conversionContext) throws XhtmlException
Marshallermarshal in interface Marshaller<Link>link - object to marshalconversionContext - the conversion contextXhtmlException - if an error occurs during marshallingCopyright © 2003–2017 Atlassian. All rights reserved.