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 Streamablemarshal(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:MarshallerMarshals an object to XML.- Specified by:
marshalin 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
-
-