Class JSONManagedBlobDecoder
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.util.JSONManagedBlobDecoder
-
- All Implemented Interfaces:
JSONBlobDecoder
public class JSONManagedBlobDecoder extends Object implements JSONBlobDecoder
Blob decoder resolving a blob from a given blob provider and a blob key.Format is:
{ "providerId": "PROVIDER_ID", <-- the blob provider id "key": "BLOB_KEY" <-- the blob key }
- Since:
- 10.2
-
-
Constructor Summary
Constructors Constructor Description JSONManagedBlobDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Blob
getBlobFromJSON(com.fasterxml.jackson.databind.node.ObjectNode jsonObject)
-
-
-
Method Detail
-
getBlobFromJSON
public Blob getBlobFromJSON(com.fasterxml.jackson.databind.node.ObjectNode jsonObject)
- Specified by:
getBlobFromJSON
in interfaceJSONBlobDecoder
-
-