Package org.nuxeo.ecm.liveconnect.core
Class JSONLiveConnectBlobDecoder
- java.lang.Object
-
- org.nuxeo.ecm.liveconnect.core.JSONLiveConnectBlobDecoder
-
- All Implemented Interfaces:
JSONBlobDecoder
@Deprecated public class JSONLiveConnectBlobDecoder extends Object implements JSONBlobDecoder
Deprecated.since 10.2. UseJSONManagedBlobDecoder
instead- Since:
- 8.4
-
-
Constructor Summary
Constructors Constructor Description JSONLiveConnectBlobDecoder()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Blob
getBlobFromJSON(com.fasterxml.jackson.databind.node.ObjectNode jsonObject)
Deprecated.
-
-
-
Method Detail
-
getBlobFromJSON
public Blob getBlobFromJSON(com.fasterxml.jackson.databind.node.ObjectNode jsonObject)
Deprecated.- Specified by:
getBlobFromJSON
in interfaceJSONBlobDecoder
-
-