Uses of Interface
com.broadleafcommerce.catalog.dataexport.converter.ToStringConverter
Packages that use ToStringConverter
Package
Description
-
Uses of ToStringConverter in com.broadleafcommerce.catalog.dataexport.autoconfigure
Methods in com.broadleafcommerce.catalog.dataexport.autoconfigure that return ToStringConverterModifier and TypeMethodDescriptionCatalogServicesExportAutoConfiguration.Converters.objectToStringConverter
(com.fasterxml.jackson.databind.ObjectMapper objectMapper) Methods in com.broadleafcommerce.catalog.dataexport.autoconfigure with parameters of type ToStringConverterModifier 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
Classes in com.broadleafcommerce.catalog.dataexport.converter that implement ToStringConverterMethods in com.broadleafcommerce.catalog.dataexport.converter that return ToStringConverterModifier and TypeMethodDescriptionprotected @NonNull ToStringConverter<Object>
ProductExportRowConverter.getToStringConverter()
protected @NonNull ToStringConverter<Object>
VariantExportRowConverter.getToStringConverter()
Constructors in com.broadleafcommerce.catalog.dataexport.converter with parameters of type ToStringConverterModifierConstructorDescriptionProductExportRowConverter
(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)