Uses of Interface
com.hybris.backoffice.excel.importing.parser.matcher.ExcelParserMatcher
-
Packages that use ExcelParserMatcher Package Description com.hybris.backoffice.excel.importing.parser com.hybris.backoffice.excel.importing.parser.matcher -
-
Uses of ExcelParserMatcher in com.hybris.backoffice.excel.importing.parser
Methods in com.hybris.backoffice.excel.importing.parser with parameters of type ExcelParserMatcher Modifier and Type Method Description voidDefaultImportParameterParser. setMatcher(ExcelParserMatcher matcher) -
Uses of ExcelParserMatcher in com.hybris.backoffice.excel.importing.parser.matcher
Classes in com.hybris.backoffice.excel.importing.parser.matcher that implement ExcelParserMatcher Modifier and Type Class Description classDateExcelParserMatcherGiven matcher returns true if the input is a date's format.classDefaultExcelParserMatcher
-