Class AnnotationListJsonWriter
java.lang.Object
org.nuxeo.ecm.core.io.marshallers.json.AbstractJsonWriter<List<EntityType>>
org.nuxeo.ecm.core.io.marshallers.json.DefaultListJsonWriter<Annotation>
org.nuxeo.ecm.platform.comment.impl.AnnotationListJsonWriter
- All Implemented Interfaces:
Marshaller<List<Annotation>>
,Writer<List<Annotation>>
@Setup(mode=SINGLETON,
priority=2000)
public class AnnotationListJsonWriter
extends DefaultListJsonWriter<Annotation>
- Since:
- 10.1
-
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
-
Field Details
-
ENTITY_TYPE
- See Also:
-
-
Constructor Details
-
AnnotationListJsonWriter
public AnnotationListJsonWriter()
-