Class ArrayListRecordWriter

All Implemented Interfaces:
ConfigurableComponent, ControllerService, RecordSetWriterFactory

public class ArrayListRecordWriter extends AbstractControllerService implements RecordSetWriterFactory
An implementation that is suitable for testing that does not serialize the data to an Output Stream but instead just buffers the data into an ArrayList and then provides that List of written records to the user.