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
Blob holding a JSON string.
- Since:
- 9.2
- See Also:
-
Field Summary
FieldsFields inherited from class org.nuxeo.ecm.core.api.impl.blob.StringBlob
stringFields inherited from class org.nuxeo.ecm.core.api.impl.blob.AbstractBlob
digest, digestAlgorithm, encoding, filename, mimeType, TEXT_PLAIN, UTF_8 -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.nuxeo.ecm.core.api.impl.blob.StringBlob
getByteArray, getLength, getStream, getStringMethods 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
-