@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(org.codehaus.jackson.JsonNode jn)
Implement this method, read the entity data in the provided
JsonNode and return corresponding java
object. |
accept, getNode, getStringField, read, readEntity
public BlobJsonReader()
public Blob read(org.codehaus.jackson.JsonNode jn) throws IOException
AbstractJsonReader
JsonNode
and return corresponding java
object.read
in class AbstractJsonReader<Blob>
jn
- A ready to use JsonNode
.IOException
Copyright © 2015 Nuxeo SA. All rights reserved.