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