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
Modifier and TypeMethodDescriptionbooleanReturns a flag indicating whether or not columns should be reordered by the parser
-
Method Details
-
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
-