public class StorageLinkMarshaller extends Object implements Marshaller<Link>
| Constructor and Description | 
|---|
StorageLinkMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate,
                     Marshaller<ResourceIdentifier> resourceIdentifierMarshaller,
                     Marshaller<LinkBody> linkBodyMarshaller,
                     MarshallingRegistry marshallingRegistry)  | 
| Modifier and Type | Method and Description | 
|---|---|
Streamable | 
marshal(Link link,
       ConversionContext conversionContext)
Marshals an object to XML. 
 | 
public StorageLinkMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<ResourceIdentifier> resourceIdentifierMarshaller, Marshaller<LinkBody> linkBodyMarshaller, MarshallingRegistry marshallingRegistry)
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–2022 Atlassian. All rights reserved.