public class StoragePlaceholderMarshaller extends Object implements Marshaller<Placeholder>
| Constructor and Description |
|---|
StoragePlaceholderMarshaller(XMLOutputFactory xmlOutputFactory) |
| Modifier and Type | Method and Description |
|---|---|
Streamable |
marshal(Placeholder placeholder,
ConversionContext conversionContext)
Marshals an object to XML.
|
public StoragePlaceholderMarshaller(XMLOutputFactory xmlOutputFactory)
public Streamable marshal(Placeholder placeholder, ConversionContext conversionContext) throws XhtmlException
Marshallermarshal in interface Marshaller<Placeholder>placeholder - object to marshalconversionContext - the conversion contextXhtmlException - if an error occurs during marshallingCopyright © 2003–2021 Atlassian. All rights reserved.