Uses of Interface
com.broadleafcommerce.common.dataexport.service.specification.ExportDataNormalizer
-
Packages that use ExportDataNormalizer Package Description com.broadleafcommerce.common.dataexport.service.specification -
-
Uses of ExportDataNormalizer in com.broadleafcommerce.common.dataexport.service.specification
Classes in com.broadleafcommerce.common.dataexport.service.specification that implement ExportDataNormalizer Modifier and Type Class Description class
TimeZoneDataNormalizer
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 ExportDataNormalizer Modifier and Type Method Description default List<ExportDataNormalizer>
ExportSpecification. getExportDataNormalizers()
The list ofExportDataNormalizer
that will be executed to pre-process the data before writing to the file.
-