Class DiffInlineCommentMarkerMarshaller
- java.lang.Object
-
- com.atlassian.confluence.diff.marshallers.DiffInlineCommentMarkerMarshaller
-
- All Implemented Interfaces:
Marshaller<InlineCommentMarker>
public class DiffInlineCommentMarkerMarshaller extends Object implements Marshaller<InlineCommentMarker>
-
-
Constructor Summary
Constructors Constructor Description DiffInlineCommentMarkerMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Streamable
marshal(InlineCommentMarker inlineCommentMarker, ConversionContext conversionContext)
Marshals an object to XML.
-
-
-
Method Detail
-
marshal
public Streamable marshal(InlineCommentMarker inlineCommentMarker, ConversionContext conversionContext) throws XhtmlException
Description copied from interface:Marshaller
Marshals an object to XML.- Specified by:
marshal
in interfaceMarshaller<InlineCommentMarker>
- Parameters:
inlineCommentMarker
- object to marshalconversionContext
- the conversion context- Returns:
- the XML representation of the object
- Throws:
XhtmlException
- if an error occurs during marshalling
-
-