Uses of Interface
com.hybris.backoffice.excel.validators.engine.converters.ExcelValueConverter
Packages that use ExcelValueConverter
-
Uses of ExcelValueConverter in com.hybris.backoffice.excel.validators.engine.converters
Classes in com.hybris.backoffice.excel.validators.engine.converters that implement ExcelValueConverterModifier and TypeClassDescriptionclassDefault excel value converter which converts cell value into booleanclassDefault excel value converter which converts cell value into date objectclassDefault excel value converter which converts cell value into list of single import parametersclassDefault excel value converter which converts empty cell value into nullclassDefault excel value converter which converts cell value into numberclassDefault excel value converter which converts cell value into stringMethods in com.hybris.backoffice.excel.validators.engine.converters with type parameters of type ExcelValueConverterModifier and TypeMethodDescription<CONVERTER extends ExcelValueConverter>
Optional<ExcelValueConverter>ExcelValueConverterRegistry.getConverter(ExcelAttribute excelAttribute, ImportParameters importParameters, Class<CONVERTER>... exclude) Finds converter which can handle given attribute descriptor.Methods in com.hybris.backoffice.excel.validators.engine.converters that return types with arguments of type ExcelValueConverterModifier and TypeMethodDescription<CONVERTER extends ExcelValueConverter>
Optional<ExcelValueConverter>ExcelValueConverterRegistry.getConverter(ExcelAttribute excelAttribute, ImportParameters importParameters, Class<CONVERTER>... exclude) Finds converter which can handle given attribute descriptor.ExcelValueConverterRegistry.getConverters()Returns list of registered converters.Method parameters in com.hybris.backoffice.excel.validators.engine.converters with type arguments of type ExcelValueConverterModifier and TypeMethodDescriptionvoidExcelValueConverterRegistry.setConverters(List<ExcelValueConverter> converters) Sets list of converters for the registry.