Class CatalogServicesExportAutoConfiguration.Converters
java.lang.Object
com.broadleafcommerce.catalog.dataexport.autoconfigure.CatalogServicesExportAutoConfiguration.Converters
- Enclosing class:
- CatalogServicesExportAutoConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattributeChoiceValueExportRowConverter(AttributeChoiceValueExportSpecification attributeChoiceValueExportSpecification, com.fasterxml.jackson.databind.ObjectMapper objectMapper) categoryProductExportRowConverter(CategoryProductExportSpecification categoryProductExportSpecification, com.fasterxml.jackson.databind.ObjectMapper objectMapper) dimensionsExportRowConverter(DimensionExportSpecification dimensionExportSpecification, com.fasterxml.jackson.databind.ObjectMapper objectMapper) includedProductExportRowConverter(IncludedProductExportSpecification includedProductExportSpecification, com.fasterxml.jackson.databind.ObjectMapper objectMapper) objectToStringConverter(com.fasterxml.jackson.databind.ObjectMapper objectMapper) productAssetExportRowConverter(ProductAssetExportSpecification productAssetExportSpecification, com.fasterxml.jackson.databind.ObjectMapper objectMapper) productExportRowConverter(ProductExportSpecification productExportSpecification, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ToStringConverter<Object> toStringConverter, DimensionsExportRowConverter dimensionsExportRowConverter, WeightExportRowConverter weightExportRowConverter) productOptionExportRowConverter(ProductOptionExportSpecification productOptionExportSpecification, com.fasterxml.jackson.databind.ObjectMapper objectMapper) productTagExportRowConverter(ProductTagExportSpecification productTagExportSpecification, com.fasterxml.jackson.databind.ObjectMapper objectMapper) specificItemChoiceExportRowConverter(SpecificItemChoiceExportSpecification specificItemChoiceExportSpecification, com.fasterxml.jackson.databind.ObjectMapper objectMapper) variantExportRowConverter(VariantExportSpecification variantExportSpecification, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ToStringConverter<Object> toStringConverter, DimensionsExportRowConverter dimensionsExportRowConverter, WeightExportRowConverter weightExportRowConverter) weightExportRowConverter(WeightExportSpecification weightExportSpecification, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Constructor Details
-
Converters
public Converters()
-
-
Method Details
-
dimensionsExportRowConverter
@Bean @ConditionalOnMissingBean public DimensionsExportRowConverter dimensionsExportRowConverter(DimensionExportSpecification dimensionExportSpecification, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
weightExportRowConverter
@Bean @ConditionalOnMissingBean public WeightExportRowConverter weightExportRowConverter(WeightExportSpecification weightExportSpecification, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
productExportRowConverter
@Bean @ConditionalOnMissingBean public ProductExportRowConverter productExportRowConverter(ProductExportSpecification productExportSpecification, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ToStringConverter<Object> toStringConverter, DimensionsExportRowConverter dimensionsExportRowConverter, WeightExportRowConverter weightExportRowConverter) -
variantExportRowConverter
@Bean @ConditionalOnMissingBean public VariantExportRowConverter variantExportRowConverter(VariantExportSpecification variantExportSpecification, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ToStringConverter<Object> toStringConverter, DimensionsExportRowConverter dimensionsExportRowConverter, WeightExportRowConverter weightExportRowConverter) -
includedProductExportRowConverter
@Bean @ConditionalOnMissingBean public IncludedProductExportRowConverter includedProductExportRowConverter(IncludedProductExportSpecification includedProductExportSpecification, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
productOptionExportRowConverter
@Bean @ConditionalOnMissingBean public ProductOptionExportRowConverter productOptionExportRowConverter(ProductOptionExportSpecification productOptionExportSpecification, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
categoryProductExportRowConverter
@Bean @ConditionalOnMissingBean public CategoryProductExportRowConverter categoryProductExportRowConverter(CategoryProductExportSpecification categoryProductExportSpecification, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
productAssetExportRowConverter
@Bean @ConditionalOnMissingBean public ProductAssetExportRowConverter productAssetExportRowConverter(ProductAssetExportSpecification productAssetExportSpecification, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
objectToStringConverter
@Bean @ConditionalOnMissingBean public ToStringConverter<Object> objectToStringConverter(com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
attributeChoiceValueExportRowConverter
@Bean @ConditionalOnMissingBean public AttributeChoiceValueExportRowConverter attributeChoiceValueExportRowConverter(AttributeChoiceValueExportSpecification attributeChoiceValueExportSpecification, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
specificItemChoiceExportRowConverter
@Bean @ConditionalOnMissingBean public SpecificItemChoiceExportRowConverter specificItemChoiceExportRowConverter(SpecificItemChoiceExportSpecification specificItemChoiceExportSpecification, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
productTagExportRowConverter
@Bean @ConditionalOnMissingBean public ProductTagExportRowConverter productTagExportRowConverter(ProductTagExportSpecification productTagExportSpecification, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-