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
public class JSONBlob extends StringBlob
Blob holding a JSON string.- Since:
 - 9.2
 - See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringAPPLICATION_JSON- 
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 
 - 
 
- 
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 Detail
- 
APPLICATION_JSON
public static final String APPLICATION_JSON
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Constructor Detail
- 
JSONBlob
public JSONBlob(String string)
 
 - 
 
 -