Class PackageJsonWriter.ListJsonWriter
java.lang.Object
org.nuxeo.ecm.core.io.marshallers.json.AbstractJsonWriter<List<EntityType>>
org.nuxeo.ecm.core.io.marshallers.json.DefaultListJsonWriter<org.nuxeo.connect.update.Package>
org.nuxeo.ecm.restapi.jaxrs.io.management.PackageJsonWriter.ListJsonWriter
- All Implemented Interfaces:
Marshaller<List<org.nuxeo.connect.update.Package>>,Writer<List<org.nuxeo.connect.update.Package>>
- Enclosing class:
- PackageJsonWriter
@Setup(mode=SINGLETON,
priority=2000)
public static class PackageJsonWriter.ListJsonWriter
extends DefaultListJsonWriter<org.nuxeo.connect.update.Package>
-
Field Summary
FieldsFields inherited from class org.nuxeo.ecm.core.io.marshallers.json.AbstractJsonWriter
ctx, registry -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.nuxeo.ecm.core.io.marshallers.json.DefaultListJsonWriter
extend, writeMethods inherited from class org.nuxeo.ecm.core.io.marshallers.json.AbstractJsonWriter
accept, getGenerator, write, writeEntity, writeEntity, writeEntityArrayField, writeEntityArrayField, writeEntityField, writeNumberFieldIfNotNull, writeObjectFieldIfNotEmpty, writeObjectFieldIfNotNull, writeSerializable, writeSerializableField, writeSerializableListField, writeSerializableMapField, writeStringFieldIfNotNull, writeTemporalField
-
Field Details
-
ENTITY_TYPE
- See Also:
-
-
Constructor Details
-
ListJsonWriter
public ListJsonWriter()
-