Class JSONManagedBlobDecoder
java.lang.Object
org.nuxeo.ecm.automation.core.util.JSONManagedBlobDecoder
- All Implemented Interfaces:
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
-
Method Summary
Modifier and TypeMethodDescriptiongetBlobFromJSON
(com.fasterxml.jackson.databind.node.ObjectNode jsonObject)
-
Constructor Details
-
JSONManagedBlobDecoder
public JSONManagedBlobDecoder()
-
-
Method Details
-
getBlobFromJSON
- Specified by:
getBlobFromJSON
in interfaceJSONBlobDecoder
-