public class JsonpWriter extends Object implements javax.batch.api.chunk.ItemWriter
| Modifier and Type | Class and Description |
|---|---|
static interface |
JsonpWriter.FieldNameGenerator |
| Constructor and Description |
|---|
JsonpWriter() |
| Modifier and Type | Method and Description |
|---|---|
Serializable |
checkpointInfo() |
void |
close() |
void |
open(Serializable checkpoint) |
void |
writeItems(List<Object> items) |
public void open(Serializable checkpoint) throws Exception
open in interface javax.batch.api.chunk.ItemWriterExceptionpublic void close()
throws Exception
close in interface javax.batch.api.chunk.ItemWriterExceptionpublic void writeItems(List<Object> items) throws Exception
writeItems in interface javax.batch.api.chunk.ItemWriterExceptionpublic Serializable checkpointInfo() throws Exception
checkpointInfo in interface javax.batch.api.chunk.ItemWriterExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.