Class NullImpexRowFilter
java.lang.Object
de.hybris.platform.acceleratorservices.dataimport.batch.converter.impl.NullImpexRowFilter
- All Implemented Interfaces:
ImpexRowFilter
Filter implementation that does not filter any rows.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NullImpexRowFilter
public NullImpexRowFilter()
-
-
Method Details
-
filter
Description copied from interface:ImpexRowFilterEvaluate a single row and return a false, if the row should be filtered.- Specified by:
filterin interfaceImpexRowFilter- Parameters:
row- CSV row containing column indexes and values- Returns:
- false, if the row should not be converted
-