Class CommentMediatorSerializer
java.lang.Object
org.eclipse.lemminx.customservice.synapse.syntaxTree.serializer.mediator.AbstractMediatorSerializer
org.eclipse.lemminx.customservice.synapse.syntaxTree.serializer.mediator.CommentMediatorSerializer
-
Field Summary
Fields inherited from class org.eclipse.lemminx.customservice.synapse.syntaxTree.serializer.mediator.AbstractMediatorSerializer
fac, nullNS, synNS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the class name of the mediator which can be serializedstatic org.apache.axiom.om.OMElementserializeComment(org.apache.axiom.om.OMElement parent, CommentMediator m) protected org.apache.axiom.om.OMElementMethods inherited from class org.eclipse.lemminx.customservice.synapse.syntaxTree.serializer.mediator.AbstractMediatorSerializer
handleException, serializeMediator, serializeMediatorProperties
-
Constructor Details
-
CommentMediatorSerializer
public CommentMediatorSerializer()
-
-
Method Details
-
serializeSpecificMediator
- Specified by:
serializeSpecificMediatorin classAbstractMediatorSerializer
-
serializeComment
public static org.apache.axiom.om.OMElement serializeComment(org.apache.axiom.om.OMElement parent, CommentMediator m) -
getMediatorClassName
Description copied from class:AbstractMediatorSerializerReturn the class name of the mediator which can be serialized- Specified by:
getMediatorClassNamein classAbstractMediatorSerializer- Returns:
- the class name
-