Interface ColumnOrderDependent
-
- All Known Implementing Classes:
AbstractInputValueSwitch,AbstractProcessorSwitch,InputValueSwitch,RowProcessorSwitch
public interface ColumnOrderDependentA marker interface used by special implementations ofRowProcessorto indicate columns should not be reordered by the parser. Conflicting settings provided inCommonParserSettings.setColumnReorderingEnabled(boolean)will be prevented.This marker is used to configure the parser automatically based on the specific
RowProcessorimplementation used.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanpreventColumnReordering()Returns a flag indicating whether or not columns should be reordered by the parser
-