public class JsonInfosetOutputter extends InfosetOutputterProxy
InfosetOutputter
to build an infoset represented as JSON written to a java.io.OutputStreamConstructor and Description |
---|
JsonInfosetOutputter(java.io.OutputStream os,
boolean pretty)
Output the infoset as json text, written to a java.io.OutputStream
|
Modifier and Type | Method and Description |
---|---|
org.apache.daffodil.runtime1.infoset.JsonInfosetOutputter |
infosetOutputter()
The InfosetOutputter to proxy infoset events to
|
endArray, endComplex, endDocument, endSimple, reset, startArray, startComplex, startDocument, startSimple
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
$init$, getBlobDirectory, getBlobPaths, getBlobPrefix, getBlobSuffix, org$apache$daffodil$runtime1$infoset$BlobMethodsMixin$$blobDirectory_$eq, org$apache$daffodil$runtime1$infoset$BlobMethodsMixin$$blobDirectory, org$apache$daffodil$runtime1$infoset$BlobMethodsMixin$$blobPaths_$eq, org$apache$daffodil$runtime1$infoset$BlobMethodsMixin$$blobPaths, org$apache$daffodil$runtime1$infoset$BlobMethodsMixin$$blobPrefix_$eq, org$apache$daffodil$runtime1$infoset$BlobMethodsMixin$$blobPrefix, org$apache$daffodil$runtime1$infoset$BlobMethodsMixin$$blobSuffix_$eq, org$apache$daffodil$runtime1$infoset$BlobMethodsMixin$$blobSuffix, setBlobAttributes, setBlobPaths
public JsonInfosetOutputter(java.io.OutputStream os, boolean pretty)
os
- the java.io.OutputStream to write the json text topretty
- enable or disable pretty printing. Pretty printing will only
insert indentation and newlines where it will not affect the
content of the json.public org.apache.daffodil.runtime1.infoset.JsonInfosetOutputter infosetOutputter()
InfosetOutputterProxy
infosetOutputter
in class InfosetOutputterProxy