Interface JSONBlobDecoder
- All Known Implementing Classes:
JSONBatchBlobDecoder
,JSONLiveConnectBlobDecoder
,JSONManagedBlobDecoder
,JSONObjectBlobDecoder
,JSONStringBlobDecoder
public interface JSONBlobDecoder
Factory interface to create a
Blob
from a JSON Object- Since:
- 5.5
- Author:
- Tiry ([email protected])
-
Method Summary
Modifier and TypeMethodDescriptiongetBlobFromJSON
(com.fasterxml.jackson.databind.node.ObjectNode jsonObject)
-
Method Details
-
getBlobFromJSON
-