public class JsonRecordsWriter extends Object
| Constructor and Description |
|---|
JsonRecordsWriter(OutputStream output,
java.util.function.Function<String,prompto.store.AttributeInfo> fetcher,
prompto.store.IStore store,
boolean loadChildren) |
| Modifier and Type | Method and Description |
|---|---|
void |
writeRecord(prompto.store.IStored fetched) |
void |
writeRecords(Object fetched) |
public JsonRecordsWriter(OutputStream output, java.util.function.Function<String,prompto.store.AttributeInfo> fetcher, prompto.store.IStore store, boolean loadChildren) throws IOException
IOExceptionpublic void writeRecords(Object fetched) throws IOException
IOExceptionpublic void writeRecord(prompto.store.IStored fetched)
throws IOException
IOExceptionCopyright © 2020 Prompto. All rights reserved.