Class CatalogServicesImportAutoConfiguration.LegacyConverters
java.lang.Object
com.broadleafcommerce.catalog.dataimport.autoconfigure.CatalogServicesImportAutoConfiguration.LegacyConverters
- Enclosing class:
- CatalogServicesImportAutoConfiguration
@Configuration
@Deprecated
public static class CatalogServicesImportAutoConfiguration.LegacyConverters
extends Object
Deprecated.
-
Constructor Summary
ConstructorDescriptionLegacyConverters
(com.fasterxml.jackson.databind.ObjectMapper mapper) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.includedProductConverter
(com.broadleafcommerce.common.extension.TypeFactory typeFactory) Deprecated.productConverter
(com.broadleafcommerce.common.extension.TypeFactory typeFactory) Deprecated.Deprecated.specificItemChoiceConverter
(com.broadleafcommerce.common.extension.TypeFactory typeFactory) Deprecated.Deprecated.variantConverter
(com.broadleafcommerce.common.extension.TypeFactory typeFactory) Deprecated.
-
Constructor Details
-
LegacyConverters
public LegacyConverters(com.fasterxml.jackson.databind.ObjectMapper mapper) Deprecated.
-
-
Method Details
-
productConverter
@Bean @ConditionalOnMissingBean public ProductConverter productConverter(com.broadleafcommerce.common.extension.TypeFactory typeFactory) Deprecated. -
variantConverter
@Bean @ConditionalOnMissingBean public VariantConverter variantConverter(com.broadleafcommerce.common.extension.TypeFactory typeFactory) Deprecated. -
includedProductConverter
@Bean @ConditionalOnMissingBean public IncludedProductConverter includedProductConverter(com.broadleafcommerce.common.extension.TypeFactory typeFactory) Deprecated. -
productOptionConverter
Deprecated. -
attributeChoiceValueConverter
@Bean @ConditionalOnMissingBean public AttributeChoiceValueConverter attributeChoiceValueConverter()Deprecated. -
specificItemChoiceConverter
@Bean @ConditionalOnMissingBean public SpecificItemChoiceConverter specificItemChoiceConverter(com.broadleafcommerce.common.extension.TypeFactory typeFactory) Deprecated. -
categoriesConverter
Deprecated. -
assetConverter
Deprecated. -
tagConverter
Deprecated.
-