@Setup(mode=SINGLETON, priority=2000) public class BlobJsonReader extends AbstractJsonReader<Blob>
ctx, registry| Constructor and Description |
|---|
BlobJsonReader() |
| Modifier and Type | Method and Description |
|---|---|
Blob |
read(com.fasterxml.jackson.databind.JsonNode jn)
Implement this method, read the entity data in the provided
JsonNode and return corresponding java
object. |
accept, getBooleanField, getLongField, getNode, getStringField, getStringListField, read, readEntitypublic BlobJsonReader()
public Blob read(com.fasterxml.jackson.databind.JsonNode jn) throws IOException
AbstractJsonReaderJsonNode and return corresponding java
object.read in class AbstractJsonReader<Blob>jn - A ready to use JsonNode.IOExceptionCopyright © 2019 Nuxeo. All rights reserved.