Uses of Interface
com.broadleafcommerce.catalog.dataexport.converter.ToStringConverter
Package
Description
-
Uses of ToStringConverter in com.broadleafcommerce.catalog.dataexport.autoconfigure
Modifier and TypeMethodDescriptionCatalogServicesExportAutoConfiguration.Converters.objectToStringConverter
(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 ToStringConverter in com.broadleafcommerce.catalog.dataexport.converter
Modifier and TypeMethodDescriptionprotected @NonNull ToStringConverter<Object>
ProductExportRowConverter.getToStringConverter()
protected @NonNull ToStringConverter<Object>
VariantExportRowConverter.getToStringConverter()
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)