public class SimpleJsonWriter extends TextWriter
DataEndpoint.StatecurrentRecordlastRecord, PRODUCT, PRODUCT_VERSION, VENDOR, XML_INPUT_FACTORY_KEYBUFFER_SIZE, captureElapsedTime, DEFAULT_READ_BUFFER_SIZEid, log, name, TIMESTAMP_FORMAT| Constructor and Description |
|---|
SimpleJsonWriter(File file) |
SimpleJsonWriter(Writer writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Indicates that this endpoint has finished reading or writing.
|
boolean |
isPretty()
Indicates if line breaks and indentations should be added to output (default false).
|
void |
open()
Makes this endpoint ready for reading or writing.
|
SimpleJsonWriter |
setPretty(boolean pretty)
Indicates if line breaks and indentations should be added to output (default false).
Example output (pretty = true): [ { "country":"Philippines" ,"capital":"Manila" } ] Example output (pretty = false): [{"country":"Philippines","capital":"Manila"}] |
protected void |
writeRecord(Record record) |
addExceptionProperties, getFile, getWriter, isAppend, isAutoCloseWriter, isFieldNamesInFirstRow, isFlushOnWrite, setAutoCloseWriter, setFlushOnWrite, writesetFieldNamesInFirstRow, writeImplavailable, getNestedEndpoint, getNestedWriter, getRootEndpoint, getRootWriter, getWriterdecrementRecordCount, enableJmx, getLastRecord, getRecordCount, getRecordCountAsBigInteger, getRecordCountAsString, incrementRecordCount, isRecordCountBigInteger, resetRecordCount, toStringaddElapsedtime, assertClosed, assertNotOpened, assertOpened, finalize, getClosedOn, getDescription, getElapsedTime, getElapsedTimeAsString, getOpenedOn, getOpenElapsedTime, getOpenElapsedTimeAsString, getSelfTime, getSelfTimeAsString, getState, isCaptureElapsedTime, isClosed, isOpen, setCaptureElapsedTime, setDescriptionpublic SimpleJsonWriter(File file)
public SimpleJsonWriter(Writer writer)
public boolean isPretty()
public SimpleJsonWriter setPretty(boolean pretty)
public void open()
DataEndpointopen in class AbstractWriterpublic void close()
DataEndpointclose in class TextWriterprotected void writeRecord(Record record) throws Throwable
writeRecord in class AbstractWriterThrowableCopyright (c) 2006-2025 North Concepts Inc. All Rights Reserved.