public class StorageEmbeddedImageMarshaller extends Object implements Marshaller<EmbeddedImage>
Constructor and Description |
---|
StorageEmbeddedImageMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate,
Marshaller<ResourceIdentifier> resourceIdentifierMarshaller,
MarshallingRegistry registry) |
Modifier and Type | Method and Description |
---|---|
Streamable |
marshal(EmbeddedImage embeddedImage,
ConversionContext conversionContext)
Marshals an object to XML.
|
public StorageEmbeddedImageMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<ResourceIdentifier> resourceIdentifierMarshaller, MarshallingRegistry registry)
public Streamable marshal(EmbeddedImage embeddedImage, ConversionContext conversionContext) throws XhtmlException
Marshaller
marshal
in interface Marshaller<EmbeddedImage>
embeddedImage
- object to marshalconversionContext
- the conversion contextXhtmlException
- if an error occurs during marshallingCopyright © 2003–2020 Atlassian. All rights reserved.