@Setup(mode=SINGLETON, priority=2000) public class BulkCommandJsonReader extends EntityJsonReader<BulkCommand>
ctx, registry| Constructor and Description |
|---|
BulkCommandJsonReader() |
| Modifier and Type | Method and Description |
|---|---|
protected BulkCommand |
readEntity(com.fasterxml.jackson.databind.JsonNode jn)
Implement this method to read the entity.
|
readaccept, getBooleanField, getLongField, getNode, getStringField, getStringListField, read, readEntitypublic BulkCommandJsonReader()
protected BulkCommand readEntity(com.fasterxml.jackson.databind.JsonNode jn)
EntityJsonReaderreadEntity in class EntityJsonReader<BulkCommand>jn - A JsonNode pointing at the root of the json input.Copyright © 2019 Nuxeo. All rights reserved.