Package org.nuxeo.ecm.core.api.impl.blob
Class JSONBlob
java.lang.Object
org.nuxeo.ecm.core.api.impl.blob.AbstractBlob
org.nuxeo.ecm.core.api.impl.blob.StringBlob
org.nuxeo.ecm.core.api.impl.blob.JSONBlob
- All Implemented Interfaces:
Serializable
,Blob
- Direct Known Subclasses:
AsyncBlob
Blob holding a JSON string.
- Since:
- 9.2
- See Also:
-
Field Summary
Fields inherited from class org.nuxeo.ecm.core.api.impl.blob.StringBlob
string
Fields inherited from class org.nuxeo.ecm.core.api.impl.blob.AbstractBlob
digest, digestAlgorithm, encoding, filename, mimeType, TEXT_PLAIN, UTF_8
-
Constructor Summary
-
Method Summary
Methods inherited from class org.nuxeo.ecm.core.api.impl.blob.StringBlob
getByteArray, getLength, getStream, getString
Methods inherited from class org.nuxeo.ecm.core.api.impl.blob.AbstractBlob
equals, equalsStream, getCloseableFile, getCloseableFile, getDigest, getDigestAlgorithm, getEncoding, getFile, getFilename, getMimeType, hashCode, setDigest, setDigestAlgorithm, setEncoding, setFilename, setMimeType, transferTo, transferTo
-
Field Details
-
APPLICATION_JSON
- See Also:
-
-
Constructor Details
-
JSONBlob
-