Class CommentListJsonWriter
java.lang.Object
org.nuxeo.ecm.core.io.marshallers.json.AbstractJsonWriter<List<EntityType>>
org.nuxeo.ecm.core.io.marshallers.json.DefaultListJsonWriter<Comment>
org.nuxeo.ecm.platform.comment.impl.CommentListJsonWriter
@Setup(mode=SINGLETON,
priority=2000)
public class CommentListJsonWriter
extends DefaultListJsonWriter<Comment>
- Since:
- 10.3
-
Field Summary
Fields inherited from class org.nuxeo.ecm.core.io.marshallers.json.AbstractJsonWriter
ctx, registry
-
Constructor Summary
-
Method Summary
Methods inherited from class org.nuxeo.ecm.core.io.marshallers.json.DefaultListJsonWriter
extend, write
Methods inherited from class org.nuxeo.ecm.core.io.marshallers.json.AbstractJsonWriter
accept, getGenerator, write, writeEntity, writeEntity, writeEntityField, writeSerializable, writeSerializableField, writeSerializableListField, writeSerializableMapField
-
Constructor Details
-
CommentListJsonWriter
public CommentListJsonWriter()
-