Uses of Interface
com.broadleafcommerce.common.dataexport.service.specification.ExportDataNormalizer
Packages that use ExportDataNormalizer
-
Uses of ExportDataNormalizer in com.broadleafcommerce.common.dataexport.service.specification
Classes in com.broadleafcommerce.common.dataexport.service.specification that implement ExportDataNormalizerModifier and TypeClassDescriptionclassThis normalizer is used to format the date values for specified time-zone.Methods in com.broadleafcommerce.common.dataexport.service.specification that return types with arguments of type ExportDataNormalizerModifier and TypeMethodDescriptiondefault List<ExportDataNormalizer>ExportSpecification.getExportDataNormalizers()The list ofExportDataNormalizerthat will be executed to pre-process the data before writing to the file.