public class EditorMacroMarshaller extends Object implements Marshaller<MacroDefinition>
Constructor and Description |
---|
EditorMacroMarshaller(MacroManager macroManager,
List<MacroMarshaller> macroMarshallers) |
Modifier and Type | Method and Description |
---|---|
Streamable |
marshal(MacroDefinition macroDefinition,
ConversionContext conversionContext)
Marshals an object to XML.
|
public EditorMacroMarshaller(MacroManager macroManager, List<MacroMarshaller> macroMarshallers)
public Streamable marshal(MacroDefinition macroDefinition, ConversionContext conversionContext) throws XhtmlException
Marshaller
marshal
in interface Marshaller<MacroDefinition>
macroDefinition
- object to marshalconversionContext
- the conversion contextXhtmlException
- if an error occurs during marshallingCopyright © 2003–2020 Atlassian. All rights reserved.