Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.automation.core.util
Class JSONStringBlobDecoder

java.lang.Object
  extended by org.nuxeo.ecm.automation.core.util.JSONStringBlobDecoder
All Implemented Interfaces:
JSONBlobDecoder

public class JSONStringBlobDecoder
extends Object
implements JSONBlobDecoder

Very basic implementation of a Blob decoder Only usable for StringBlobs

Since:
5.4.3
Author:
Tiry (tdelprat@nuxeo.com)

Constructor Summary
JSONStringBlobDecoder()
           
 
Method Summary
 Blob getBlobFromJSON(org.codehaus.jackson.node.ObjectNode jsonObject)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONStringBlobDecoder

public JSONStringBlobDecoder()
Method Detail

getBlobFromJSON

public Blob getBlobFromJSON(org.codehaus.jackson.node.ObjectNode jsonObject)
Specified by:
getBlobFromJSON in interface JSONBlobDecoder

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.