Class StorageMacroV1Marshaller
java.lang.Object
com.atlassian.confluence.content.render.xhtml.storage.macro.StorageMacroV1Marshaller
- All Implemented Interfaces:
Marshaller<MacroDefinition>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmarshal
(MacroDefinition macroDefinition, ConversionContext conversionContext) Marshals an object to XML.
-
Constructor Details
-
StorageMacroV1Marshaller
-
-
Method Details
-
marshal
public Streamable marshal(MacroDefinition macroDefinition, ConversionContext conversionContext) throws XhtmlException Description copied from interface:Marshaller
Marshals an object to XML.- Specified by:
marshal
in interfaceMarshaller<MacroDefinition>
- Parameters:
macroDefinition
- object to marshalconversionContext
- the conversion context- Returns:
- the XML representation of the object
- Throws:
XhtmlException
- if an error occurs during marshalling
-