Class EditorMacroUnmarshaller

java.lang.Object
com.atlassian.confluence.content.render.xhtml.editor.macro.EditorMacroUnmarshaller
All Implemented Interfaces:
Unmarshaller<MacroDefinition>

public class EditorMacroUnmarshaller extends Object implements Unmarshaller<MacroDefinition>

Transform the macro definition from the XHTML received from the editor into a holding object which can then be output into different formats such as storage format.

StorageMacroV2Marshaller is used to actually output the canonical storage form.