Uses of Interface
com.atlassian.confluence.content.render.xhtml.Streamable
-
-
Uses of Streamable in com.atlassian.confluence.content.render.xhtml
Methods in com.atlassian.confluence.content.render.xhtml that return Streamable Modifier and Type Method Description static Streamable
Streamables. combine(Streamable... streamables)
Combine a series of streamable instances into a single result.static Streamable
Streamables. combine(Iterable<Streamable> streamables)
Combine a series of streamable instances into a single result.static Streamable
Streamables. empty()
Create an empty streamable that will do nothing when itswriteTo()
method is called.static Streamable
Streamables. from(XmlStreamWriterTemplate template, XmlStreamWriterCallback callback)
Create a streamable that will produce the result of executing the provide callback within the template.static Streamable
Streamables. from(String source)
Produce a streamable from a string.Streamable
DelegatingLinkMarshaller. marshal(Link link, ConversionContext conversionContext)
Streamable
Marshaller. marshal(T object, ConversionContext conversionContext)
Marshals an object to XML.Streamable
MarshallingFragmentTransformer. transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
Streamable
UnmarshalMarshalFragmentTransformer. transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
static Streamable
Streamables. withCharacterCounting(Streamable delegate, com.atlassian.fugue.Effect<Long> characterCountCallback)
Deprecated.since 7.0.1.static Streamable
Streamables. withCountingCharacters(Streamable delegate, Consumer<Long> characterCountCallback)
Produces a Streamable which counts the number of characters written to another Streamable's writer.Methods in com.atlassian.confluence.content.render.xhtml with parameters of type Streamable Modifier and Type Method Description static Streamable
Streamables. combine(Streamable... streamables)
Combine a series of streamable instances into a single result.static Streamable
Streamables. withCharacterCounting(Streamable delegate, com.atlassian.fugue.Effect<Long> characterCountCallback)
Deprecated.since 7.0.1.static Streamable
Streamables. withCountingCharacters(Streamable delegate, Consumer<Long> characterCountCallback)
Produces a Streamable which counts the number of characters written to another Streamable's writer.static void
StaxUtils. writeRawXML(XMLStreamWriter writer, Writer out, Streamable streamable)
Write raw XML properly on the provided Writer, which is wrapped by a XMLStreamWriterstatic String
Streamables. writeToString(Streamable streamable)
Write the contents of a streamable to a string.Method parameters in com.atlassian.confluence.content.render.xhtml with type arguments of type Streamable Modifier and Type Method Description static Streamable
Streamables. combine(Iterable<Streamable> streamables)
Combine a series of streamable instances into a single result. -
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.definition
Methods in com.atlassian.confluence.content.render.xhtml.definition that return Streamable Modifier and Type Method Description Streamable
MacroBody. getBodyStream()
Streamable
PlainTextMacroBody. getBodyStream()
Streamable
RichTextMacroBody. getBodyStream()
Streamable
MacroBody. getStorageBodyStream()
Streamable
PlainTextMacroBody. getStorageBodyStream()
Streamable
RichTextMacroBody. getStorageBodyStream()
Streamable
MacroBody. getTransformedBodyStream()
Streamable
PlainTextMacroBody. getTransformedBodyStream()
Streamable
RichTextMacroBody. getTransformedBodyStream()
Methods in com.atlassian.confluence.content.render.xhtml.definition with parameters of type Streamable Modifier and Type Method Description static RichTextMacroBody
RichTextMacroBody. withStorage(Streamable storageBody)
static RichTextMacroBody
RichTextMacroBody. withStorageAndTransform(Streamable storageBody, Streamable transformedBody)
Constructors in com.atlassian.confluence.content.render.xhtml.definition with parameters of type Streamable Constructor Description RichTextMacroBody(Streamable body)
Deprecated.since 5.6. -
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.editor
Methods in com.atlassian.confluence.content.render.xhtml.editor that return Streamable Modifier and Type Method Description Streamable
EditorErrorFragmentTransformer. transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
-
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.editor.embed
Methods in com.atlassian.confluence.content.render.xhtml.editor.embed that return Streamable Modifier and Type Method Description Streamable
EditorUnidentifiedAttachmentMarshaller. marshalPlaceholder(XmlStreamWriterTemplate xmlStreamWriterTemplate, EmbeddedImage embeddedImage, AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext)
-
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.editor.inline
Methods in com.atlassian.confluence.content.render.xhtml.editor.inline that return Streamable Modifier and Type Method Description Streamable
EditorEmoticonMarshaller. marshal(Emoticon emoticon, ConversionContext conversionContext)
-
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.editor.macro
Methods in com.atlassian.confluence.content.render.xhtml.editor.macro that return Streamable Modifier and Type Method Description Streamable
CustomImageEditorMacroMarshaller. marshal(Macro macro, MacroDefinition macroDefinition, ConversionContext conversionContext)
Streamable
CustomPlaceholderEditorMarshaller. marshal(Macro macro, MacroDefinition macroDefinition, ConversionContext conversionContext)
Streamable
EditorBodilessMacroMarshaller. marshal(Macro macro, MacroDefinition macroDefinition, ConversionContext conversionContext)
Streamable
EditorBodyMacroMarshaller. marshal(Macro macro, MacroDefinition macroDefinition, ConversionContext conversionContext)
Streamable
EditorMacroMarshaller. marshal(MacroDefinition macroDefinition, ConversionContext conversionContext)
Streamable
ImprovedEditorUnknownMacroMarshaller. marshal(Macro macro, MacroDefinition macroDefinition, ConversionContext conversionContext)
Streamable
MacroMarshaller. marshal(Macro macro, MacroDefinition macroDefinition, ConversionContext conversionContext)
Marshall the supplied macro. -
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.editor.placeholder
Methods in com.atlassian.confluence.content.render.xhtml.editor.placeholder that return Streamable Modifier and Type Method Description Streamable
EditorPlaceholderMarshaller. marshal(Placeholder placeholder, ConversionContext conversionContext)
-
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.migration
Methods in com.atlassian.confluence.content.render.xhtml.migration that return Streamable Modifier and Type Method Description Streamable
UrlLinkMarshaller. marshal(Link link, ConversionContext conversionContext)
Streamable
DelegatingMigrationAwareFragmentTransformer. transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
-
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.model.inlinecommentmarker
Methods in com.atlassian.confluence.content.render.xhtml.model.inlinecommentmarker that return Streamable Modifier and Type Method Description Streamable
InlineCommentMarker. getBodyStream()
Constructors in com.atlassian.confluence.content.render.xhtml.model.inlinecommentmarker with parameters of type Streamable Constructor Description InlineCommentMarker(String ref, Streamable body)
-
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.model.pagelayouts
Methods in com.atlassian.confluence.content.render.xhtml.model.pagelayouts that return Streamable Modifier and Type Method Description Streamable
PageLayoutCell. getBody()
Constructors in com.atlassian.confluence.content.render.xhtml.model.pagelayouts with parameters of type Streamable Constructor Description PageLayoutCell(PageLayoutCellType type, Streamable body)
-
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.storage.embed
Methods in com.atlassian.confluence.content.render.xhtml.storage.embed that return Streamable Modifier and Type Method Description Streamable
StorageEmbeddedImageMarshaller. marshal(EmbeddedImage embeddedImage, ConversionContext conversionContext)
-
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.storage.inline
Methods in com.atlassian.confluence.content.render.xhtml.storage.inline that return Streamable Modifier and Type Method Description Streamable
StorageEmoticonMarshaller. marshal(Emoticon emoticon, ConversionContext conversionContext)
-
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.storage.inlinecommentmarker
Methods in com.atlassian.confluence.content.render.xhtml.storage.inlinecommentmarker that return Streamable Modifier and Type Method Description Streamable
StorageInlineCommentMarkerMarshaller. marshal(InlineCommentMarker inlineCommentMarker, ConversionContext conversionContext)
-
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.storage.inlinetask
Methods in com.atlassian.confluence.content.render.xhtml.storage.inlinetask that return Streamable Modifier and Type Method Description Streamable
StorageInlineTaskMarshaller. marshal(InlineTaskList inlineTaskList, ConversionContext conversionContext)
protected Streamable
StorageInlineTaskUnmarshaller. processTaskTitle(XMLEventReader reader, FragmentTransformer fragmentTransformer, ConversionContext conversionContext)
-
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.storage.link
Methods in com.atlassian.confluence.content.render.xhtml.storage.link that return Streamable Modifier and Type Method Description Streamable
StorageLinkBodyMarshaller. marshal(LinkBody<?> linkBody, ConversionContext conversionContext)
Streamable
StorageLinkMarshaller. marshal(Link link, ConversionContext conversionContext)
-
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.storage.macro
Methods in com.atlassian.confluence.content.render.xhtml.storage.macro that return Streamable Modifier and Type Method Description Streamable
DelegatingStorageMacroMarshaller. marshal(MacroDefinition macroDefinition, ConversionContext conversionContext)
Marshals the suppliedMacroDefinition
using either V1 or V2 macro storage format.Streamable
StorageMacroV1Marshaller. marshal(MacroDefinition macroDefinition, ConversionContext conversionContext)
Streamable
StorageMacroV2Marshaller. marshal(MacroDefinition originalMacroDefinition, ConversionContext conversionContext)
-
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.storage.pagelayouts
Methods in com.atlassian.confluence.content.render.xhtml.storage.pagelayouts that return Streamable Modifier and Type Method Description Streamable
StoragePageLayoutMarshaller. marshal(PageLayout pagelayout, ConversionContext conversionContext)
-
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.storage.placeholder
Methods in com.atlassian.confluence.content.render.xhtml.storage.placeholder that return Streamable Modifier and Type Method Description Streamable
StoragePlaceholderMarshaller. marshal(Placeholder placeholder, ConversionContext conversionContext)
-
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers
Methods in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers that return Streamable Modifier and Type Method Description Streamable
DelegatingResourceIdentifierMarshaller. marshal(ResourceIdentifier resourceIdentifier, ConversionContext conversionContext)
Streamable
MakeRelativeAndDelegateResourceIdentifierMarshaller. marshal(ResourceIdentifier resourceId, ConversionContext conversionContext)
Streamable
StorageAttachmentResourceIdentifierMarshaller. marshal(AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext)
Streamable
StorageBlogPostResourceIdentifierMarshaller. marshal(BlogPostResourceIdentifier resourceIdentifier, ConversionContext conversionContext)
Marshal the provided resource identifier.Streamable
StorageContentEntityResourceIdentifierMarshaller. marshal(ContentEntityResourceIdentifier contentEntityResourceIdentifier, ConversionContext conversionContext)
Streamable
StoragePageResourceIdentifierMarshaller. marshal(PageResourceIdentifier pageResourceIdentifier, ConversionContext conversionContext)
Marshal the provided resource identifier.Streamable
StorageShortcutResourceIdentifierMarshaller. marshal(ShortcutResourceIdentifier shortcutResourceIdentifier, ConversionContext conversionContext)
Streamable
StorageSpaceResourceIdentifierMarshaller. marshal(SpaceResourceIdentifier spaceResourceIdentifier, ConversionContext conversionContext)
Streamable
StorageUrlResourceIdentifierMarshaller. marshal(UrlResourceIdentifier urlResourceIdentifier, ConversionContext conversionContext)
Streamable
StorageUserResourceIdentifierMarshaller. marshal(UserResourceIdentifier userResourceIdentifier, ConversionContext conversionContext)
Marshal the suppliedUserResourceIdentifier
to storage format. -
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.storage.time
Methods in com.atlassian.confluence.content.render.xhtml.storage.time that return Streamable Modifier and Type Method Description Streamable
StorageTimeMarshaller. marshal(Time time, ConversionContext conversionContext)
-
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.transformers
Methods in com.atlassian.confluence.content.render.xhtml.transformers that return Streamable Modifier and Type Method Description Streamable
DefaultFragmentTransformer. transform(XMLEventReader reader, FragmentTransformer defaultFragmentTransformer, ConversionContext conversionContext)
Transform the XML read from the supplied reader, making use of any configured FragmentTransformers as appropriate.Streamable
ElementTransformingFragmentTransformer. transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
Wraps the supplied reader in an ElementTransformingXmlEventReader and then applies the mainFragmentTransformer.Streamable
FragmentTransformer. transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
Streamable
Html5RawTextElementFragmentTransformer. transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
Streamable
Html5VoidElementFragmentTransformer. transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
Streamable
LazyLoadingFragmentTransformer. transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
Streamable
LegacyFragmentTransformer. transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
Streamable
PluginFragmentTransformer. transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
-
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.view
Methods in com.atlassian.confluence.content.render.xhtml.view that return Streamable Modifier and Type Method Description Streamable
ViewTableWrappingFragmentTransformer. transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
-
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.view.embed
Methods in com.atlassian.confluence.content.render.xhtml.view.embed that return Streamable Modifier and Type Method Description Streamable
AttachedImageMarshaller. marshal(XmlStreamWriterTemplate xmlStreamWriterTemplate, EmbeddedImage embeddedImage, AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext)
Streamable
DefaultAttachedImageResourceMarshaller. marshal(XmlStreamWriterTemplate xmlStreamWriterTemplate, EmbeddedImage embeddedImage, AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext)
Streamable
EmbeddedImageMarshaller. marshal(EmbeddedImage embeddedImage, ConversionContext conversionContext)
Streamable
ViewEmbeddedImageMarshaller. marshal(EmbeddedImage embeddedImage, ConversionContext conversionContext)
Streamable
UnidentifiedAttachmentMarshaller. marshalPlaceholder(XmlStreamWriterTemplate xmlStreamWriterTemplate, EmbeddedImage embeddedImage, AttachmentResourceIdentifier ri, ConversionContext context)
Streamable
ViewUnidentifiedAttachmentMarshaller. marshalPlaceholder(XmlStreamWriterTemplate xmlStreamWriterTemplate, EmbeddedImage embeddedImage, AttachmentResourceIdentifier ri, ConversionContext context)
-
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.view.inline
Methods in com.atlassian.confluence.content.render.xhtml.view.inline that return Streamable Modifier and Type Method Description Streamable
ViewEmoticonMarshaller. marshal(Emoticon emoticon, ConversionContext conversionContext)
-
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.view.inlinecommentmarker
Methods in com.atlassian.confluence.content.render.xhtml.view.inlinecommentmarker that return Streamable Modifier and Type Method Description Streamable
ViewInlineCommentMarkerMarshaller. marshal(InlineCommentMarker inlineCommentMarker, ConversionContext conversionContext)
-
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.view.inlinetask
Methods in com.atlassian.confluence.content.render.xhtml.view.inlinetask that return Streamable Modifier and Type Method Description Streamable
ViewInlineTaskMarshaller. marshal(InlineTaskList inlineTaskList, ConversionContext conversionContext)
-
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.view.link
Methods in com.atlassian.confluence.content.render.xhtml.view.link that return Streamable Modifier and Type Method Description Streamable
ViewAttachmentLinkMarshaller. marshal(Link attachmentLink, ConversionContext conversionContext)
Streamable
ViewBlogPostLinkMarshaller. marshal(Link link, ConversionContext conversionContext)
Streamable
ViewContentEntityLinkMarshaller. marshal(Link link, ConversionContext conversionContext)
Streamable
ViewCreatePageLinkMarshaller. marshal(CreatePageLink createPageLink, ConversionContext conversionContext)
Streamable
ViewDraftLinkMarshaller. marshal(Link link, ConversionContext conversionContext)
Streamable
ViewIdAndTypeLinkMarshaller. marshal(Link link, ConversionContext conversionContext)
Streamable
ViewLinkBodyMarshaller. marshal(Link link, ConversionContext conversionContext)
Streamable
ViewPageLinkMarshaller. marshal(Link attachmentLink, ConversionContext conversionContext)
Streamable
ViewPageTemplateLinkMarshaller. marshal(Link attachmentLink, ConversionContext conversionContext)
Streamable
ViewShortcutLinkMarshaller. marshal(Link shortcutLink, ConversionContext conversionContext)
Streamable
ViewSpaceLinkMarshaller. marshal(Link link, ConversionContext conversionContext)
Marshals the given link to a String.Streamable
ViewUnresolvedLinkBodyMarshaller. marshal(Link link, ConversionContext conversionContext)
Streamable
ViewUnresolvedLinkMarshaller. marshal(UnresolvedLink unresolvedLink, ConversionContext conversionContext)
Streamable
ViewUserLinkMarshaller. marshal(Link userLink, ConversionContext conversionContext)
-
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.view.macro
Methods in com.atlassian.confluence.content.render.xhtml.view.macro that return Streamable Modifier and Type Method Description Streamable
ViewMacroMarshaller. marshal(MacroDefinition macroDefinition, ConversionContext conversionContext)
Streamable
ViewUnknownMacroMarshaller. marshal(MacroDefinition macroDefinition, ConversionContext conversionContext)
-
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.view.pagelayouts
Methods in com.atlassian.confluence.content.render.xhtml.view.pagelayouts that return Streamable Modifier and Type Method Description Streamable
ViewPageLayoutMarshaller. marshal(PageLayout pagelayout, ConversionContext conversionContext)
-
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.view.placeholder
Methods in com.atlassian.confluence.content.render.xhtml.view.placeholder that return Streamable Modifier and Type Method Description Streamable
ViewPlaceholderMarshaller. marshal(Placeholder placeholder, ConversionContext conversionContext)
-
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.view.time
Methods in com.atlassian.confluence.content.render.xhtml.view.time that return Streamable Modifier and Type Method Description Streamable
ViewTimeMarshaller. marshal(Time time, ConversionContext conversionContext)
-
Uses of Streamable in com.atlassian.confluence.diff.marshallers
Methods in com.atlassian.confluence.diff.marshallers that return Streamable Modifier and Type Method Description Streamable
DiffInlineCommentMarkerMarshaller. marshal(InlineCommentMarker inlineCommentMarker, ConversionContext conversionContext)
Streamable
DiffInlineTaskMarshaller. marshal(InlineTaskList inlineTaskList, ConversionContext conversionContext)
Streamable
DiffLinkMarshaller. marshal(Link link, ConversionContext conversionContext)
Streamable
DiffMacroMarshaller. marshal(MacroDefinition macroDefinition, ConversionContext conversionContext)
-
Uses of Streamable in com.atlassian.confluence.impl.backuprestore.backup.exporters
Methods in com.atlassian.confluence.impl.backuprestore.backup.exporters that return Streamable Modifier and Type Method Description Streamable
UserKeyExtractorFragmentTransformer. transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
-
Uses of Streamable in com.atlassian.confluence.impl.content.render.xhtml.analytics
Methods in com.atlassian.confluence.impl.content.render.xhtml.analytics that return Streamable Modifier and Type Method Description Streamable
MetricsCollectingMarshaller. marshal(T object, @Nullable ConversionContext conversionContext)
-
Uses of Streamable in com.atlassian.confluence.impl.content.render.xhtml.editor.macro
Methods in com.atlassian.confluence.impl.content.render.xhtml.editor.macro that return Streamable Modifier and Type Method Description Streamable
DelegatingEditorMacroMarshaller. marshal(MacroDefinition macroDefinition, ConversionContext conversionContext)
-
Uses of Streamable in com.atlassian.confluence.macro
Methods in com.atlassian.confluence.macro that return Streamable Modifier and Type Method Description Streamable
StreamableMacro. executeToStream(Map<String,String> parameters, Streamable body, ConversionContext context)
Execute the macro, and produce a streamable that represents its output.Methods in com.atlassian.confluence.macro with parameters of type Streamable Modifier and Type Method Description Streamable
StreamableMacro. executeToStream(Map<String,String> parameters, Streamable body, ConversionContext context)
Execute the macro, and produce a streamable that represents its output. -
Uses of Streamable in com.atlassian.confluence.plugins.soy
Methods in com.atlassian.confluence.plugins.soy that return Streamable Modifier and Type Method Description Streamable
ConfluenceSoyTemplateRenderer. render(String templateProviderPluginKey, String templateName, Map<String,Object> data)
Streamable
ConfluenceSoyTemplateRenderer. render(String templateProviderPluginKey, String templateName, Map<String,Object> data, Map<String,Object> injectedData)
-
Uses of Streamable in com.atlassian.confluence.renderer.template
Methods in com.atlassian.confluence.renderer.template that return Streamable Modifier and Type Method Description Streamable
DelegatingTemplateRenderer. render(String templateProviderPluginKey, String templateName, Map<String,Object> data)
Streamable
DelegatingTemplateRenderer. render(String templateProviderPluginKey, String templateName, Map<String,Object> data, Map<String,Object> injectedData)
Streamable
TemplateRenderer. render(String templateProviderPluginKey, String templateName, Map<String,Object> data)
Render a plugin-provided template as a Streamable.Streamable
TemplateRenderer. render(String templateProviderPluginKey, String templateName, Map<String,Object> data, Map<String,Object> injectedData)
Render a plugin-provided template as a Streamable. -
Uses of Streamable in com.atlassian.confluence.xhtml.api
Methods in com.atlassian.confluence.xhtml.api that return Streamable Modifier and Type Method Description Streamable
MacroDefinition. getBodyStream()
Streamable
MacroDefinition. getStorageBodyStream()
Streamable
MacroDefinition. getTransformedBodyStream()
abstract Streamable
MacroDefinitionMarshallingStrategy. marshal(MacroDefinition macroDefinition, ConversionContext conversionContext, Marshaller<MacroDefinition> macroDefinitionMarshaller)
Convert the MacroDefinition to a string.
-