Uses of Class
com.univocity.parsers.common.DefaultConversionProcessor

Packages that use DefaultConversionProcessor
com.univocity.parsers.common.processor   
com.univocity.parsers.common.processor.core   
 

Uses of DefaultConversionProcessor in com.univocity.parsers.common.processor
 

Subclasses of DefaultConversionProcessor in com.univocity.parsers.common.processor
 class BatchedObjectColumnProcessor
          A RowProcessor implementation for converting batches of rows extracted from any implementation of AbstractParser into columns of objects.
 class BeanListProcessor<T>
          A convenience BeanProcessor implementation for storing all java objects generated form the parsed input into a list.
 class BeanProcessor<T>
          A RowProcessor implementation for converting rows extracted from any implementation of AbstractParser into java objects.
 class BeanWriterProcessor<T>
          A RowWriterProcessor implementation for converting annotated java objects into object arrays suitable for writing in any implementation of AbstractWriter.
 class MasterDetailListProcessor
          A convenience MasterDetailProcessor implementation for storing all MasterDetailRecord generated form the parsed input into a list.
 class MasterDetailProcessor
          A RowProcessor implementation for associating rows extracted from any implementation of AbstractParser into MasterDetailRecord instances.
 class ObjectColumnProcessor
          A RowProcessor implementation for converting rows extracted from any implementation of AbstractParser into columns of objects.
 class ObjectRowListProcessor
          A convenience RowProcessor implementation for storing all rows parsed and converted to Object arrays into a list.
 class ObjectRowProcessor
          A RowProcessor implementation for converting rows extracted from any implementation of AbstractParser into arrays of objects.
 class ObjectRowWriterProcessor
          A RowWriterProcessor implementation for executing conversion sequences in object arrays before for writing them using any implementation of AbstractWriter.
 

Uses of DefaultConversionProcessor in com.univocity.parsers.common.processor.core
 

Subclasses of DefaultConversionProcessor in com.univocity.parsers.common.processor.core
 class AbstractBatchedObjectColumnProcessor<T extends Context>
          A Processor implementation for converting batches of rows extracted from any implementation of AbstractParser into columns of objects.
 class AbstractBeanListProcessor<T,C extends Context>
          A convenience Processor implementation for storing all java objects generated form the parsed input into a list.
 class AbstractBeanProcessor<T,C extends Context>
          A Processor implementation for converting rows extracted from any implementation of AbstractParser into java objects.
 class AbstractMasterDetailListProcessor<T extends Context>
          A convenience Processor implementation for storing all MasterDetailRecord generated form the parsed input into a list.
 class AbstractMasterDetailProcessor<T extends Context>
          A Processor implementation for associating rows extracted from any implementation of AbstractParser into MasterDetailRecord instances.
 class AbstractObjectColumnProcessor<T extends Context>
          A Processor implementation for converting rows extracted from any implementation of AbstractParser into columns of objects.
 class AbstractObjectListProcessor<T extends Context>
          A convenience Processor implementation for storing all rows parsed and converted to Object arrays into a list.
 class AbstractObjectProcessor<T extends Context>
          A Processor implementation for converting rows extracted from any implementation of AbstractParser into arrays of objects.
 class BeanConversionProcessor<T>
          The base class for Processor and RowWriterProcessor implementations that support java beans annotated with the annotations provided in com.univocity.parsers.annotations.
 



Copyright © 2018 uniVocity Software Pty Ltd. All rights reserved.