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 -
Method Summary
Modifier and TypeMethodDescriptionmarshal
(InlineCommentMarker inlineCommentMarker, ConversionContext conversionContext) Marshals an object to XML.
-
Constructor Details
-
DiffInlineCommentMarkerMarshaller
public DiffInlineCommentMarkerMarshaller()
-
-
Method Details
-
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
-