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 Details

    • JSONManagedBlobDecoder

      public JSONManagedBlobDecoder()
  • Method Details