Class NopWriter
- java.lang.Object
 - 
- javax.batch.api.chunk.AbstractItemWriter
 - 
- com.ibm.fhir.bulkdata.jbatch.export.fast.NopWriter
 
 
 
- 
- All Implemented Interfaces:
 javax.batch.api.chunk.ItemWriter
@Dependent public class NopWriter extends javax.batch.api.chunk.AbstractItemWriterFor the fast system export implementation, all processing is handled inside theResourcePayloadReaderso the writer here is simply a NOP. 
- 
- 
Field Summary
Fields Modifier and Type Field Description (package private) javax.batch.runtime.context.JobContextjobContext 
- 
Constructor Summary
Constructors Constructor Description NopWriter() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteItems(List<Object> items) 
 -