com.univocity.parsers.common.processor.core
Interface ColumnOrderDependent

All Known Implementing Classes:
AbstractInputValueSwitch, AbstractProcessorSwitch, InputValueSwitch, RowProcessorSwitch

public interface ColumnOrderDependent

A marker interface used by special implementations of RowProcessor to indicate columns should not be reordered by the parser. Conflicting settings provided in CommonParserSettings.setColumnReorderingEnabled(boolean) will be prevented.

This marker is used to configure the parser automatically based on the specific RowProcessor implementation used.


Method Summary
 boolean preventColumnReordering()
          Returns a flag indicating whether or not columns should be reordered by the parser
 

Method Detail

preventColumnReordering

boolean preventColumnReordering()
Returns a flag indicating whether or not columns should be reordered by the parser

Returns:
a flag indicating whether or not columns should be reordered by the parser


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