Uses of Class
com.broadleafcommerce.catalog.dataexport.converter.DimensionsExportRowConverter
Package
Description
-
Uses of DimensionsExportRowConverter in com.broadleafcommerce.catalog.dataexport.autoconfigure
Modifier and TypeMethodDescriptionCatalogServicesExportAutoConfiguration.Converters.dimensionsExportRowConverter
(DimensionExportSpecification dimensionExportSpecification, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Modifier and TypeMethodDescriptionCatalogServicesExportAutoConfiguration.Converters.productExportRowConverter
(ProductExportSpecification productExportSpecification, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ToStringConverter<Object> toStringConverter, DimensionsExportRowConverter dimensionsExportRowConverter, WeightExportRowConverter weightExportRowConverter) CatalogServicesExportAutoConfiguration.Converters.variantExportRowConverter
(VariantExportSpecification variantExportSpecification, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ToStringConverter<Object> toStringConverter, DimensionsExportRowConverter dimensionsExportRowConverter, WeightExportRowConverter weightExportRowConverter) -
Uses of DimensionsExportRowConverter in com.broadleafcommerce.catalog.dataexport.converter
Modifier and TypeMethodDescriptionprotected DimensionsExportRowConverter
ProductExportRowConverter.getDimensionsExportRowConverter()
protected DimensionsExportRowConverter
VariantExportRowConverter.getDimensionsExportRowConverter()
ModifierConstructorDescriptionProductExportRowConverter
(ProductExportSpecification specification, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ToStringConverter<Object> toStringConverter, DimensionsExportRowConverter dimensionsExportRowConverter, WeightExportRowConverter weightExportRowConverter) VariantExportRowConverter
(VariantExportSpecification specification, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ToStringConverter<Object> toStringConverter, DimensionsExportRowConverter dimensionsExportRowConverter, WeightExportRowConverter weightExportRowConverter)