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 TypeClassDescriptionclass
This 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 ofExportDataNormalizer
that will be executed to pre-process the data before writing to the file.