Interface ColumnOrderDependent
-
- All Known Implementing Classes:
AbstractInputValueSwitch
,AbstractProcessorSwitch
,InputValueSwitch
,RowProcessorSwitch
public interface ColumnOrderDependent
A marker interface used by special implementations ofRowProcessor
to 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
RowProcessor
implementation used.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
preventColumnReordering()
Returns a flag indicating whether or not columns should be reordered by the parser
-