AbstractInputValueSwitch, AbstractProcessorSwitch, InputValueSwitch, RowProcessorSwitchpublic interface ColumnOrderDependent
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.
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
preventColumnReordering() |
Returns a flag indicating whether or not columns should be reordered by the parser
|