Package org.nuxeo.ecm.core.bulk.io
Class BulkCommandJsonReader
java.lang.Object
org.nuxeo.ecm.core.io.marshallers.json.AbstractJsonReader<BulkCommand>
org.nuxeo.ecm.core.io.marshallers.json.EntityJsonReader<BulkCommand>
org.nuxeo.ecm.core.bulk.io.BulkCommandJsonReader
- All Implemented Interfaces:
Marshaller<BulkCommand>,Reader<BulkCommand>
@Setup(mode=SINGLETON,
priority=2000)
public class BulkCommandJsonReader
extends EntityJsonReader<BulkCommand>
- Since:
- 10.2
-
Field Summary
Fields inherited from class org.nuxeo.ecm.core.io.marshallers.json.AbstractJsonReader
ctx, registry -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BulkCommandreadEntity(com.fasterxml.jackson.databind.JsonNode jn) Implement this method to read the entity.Methods inherited from class org.nuxeo.ecm.core.io.marshallers.json.EntityJsonReader
readMethods inherited from class org.nuxeo.ecm.core.io.marshallers.json.AbstractJsonReader
accept, getBooleanField, getLongField, getNode, getStringField, getStringListField, read, readEntity
-
Constructor Details
-
BulkCommandJsonReader
public BulkCommandJsonReader()
-
-
Method Details
-
readEntity
Description copied from class:EntityJsonReaderImplement this method to read the entity.- Specified by:
readEntityin classEntityJsonReader<BulkCommand>- Parameters:
jn- AJsonNodepointing at the root of the json input.- Returns:
- The parsed entity.
-