Package com.broadleafcommerce.common.dataexport.service.specification
-
Interface Summary Interface Description ExportDataNormalizer This interface is used for building a data normalizer, which can be used to pre-process the data before writing to the file.ExportSpecification Describes how anExportProcessor
can handle a particular export. -
Class Summary Class Description AbstractExportRowConverter<S> The base class that is used to convert from given value to aMap
row representation.SpecificationPropertiesSerializerModifier Excludes properties, that do not exist in the specification, during serialization and converts property names to header names.SpecificationPropertiesSerializerModifier.SpecificationCurrencyAwareBigDecimalSerializer The custom serializer that is used to serializeBigDecimal
price toString
value.SpecificationPropertiesSerializerModifier.SpecificationPropertyWriter Extension needed to get ability to create newBeanPropertyWriter
with new property name.TimeZoneDataNormalizer This normalizer is used to format the date values for specified time-zone.