public class JsonBlobs extends DslBase
Constructor and Description |
---|
JsonBlobs() |
Modifier and Type | Method and Description |
---|---|
void |
addBlob(String blobType,
Map<String,Object> blob)
Adds the blob to the list of values under the indicated blobtype
|
Map<String,List<Map<String,Object>>> |
getAllBlobs() |
void |
setBlobs(String blobType,
List<Map<String,Object>> blobs)
Replaces all blobs stored under the indicated type with the provided list
|