Class SkuInventoryExportAutoConfiguration


  • @Configuration
    public class SkuInventoryExportAutoConfiguration
    extends Object
    Author:
    Kelly Tisdell (ktisdell)
    • Constructor Detail

      • SkuInventoryExportAutoConfiguration

        public SkuInventoryExportAutoConfiguration()
    • Method Detail

      • skuInventoryExportProcessor

        @Bean
        @ConditionalOnMissingBean
        public SkuInventoryExportProcessor skuInventoryExportProcessor​(SkuInventoryService<SkuInventory> skuInventoryService,
                                                                       com.broadleafcommerce.common.extension.TypeFactory typeFactory,
                                                                       com.broadleafcommerce.data.tracking.core.filtering.fetch.FilterParser<cz.jirutka.rsql.parser.ast.Node> filterParser,
                                                                       SkuInventoryRowConverter skuInventoryRowConverter,
                                                                       SkuInventoryExportSpecification skuInventoryExportSpecification,
                                                                       com.fasterxml.jackson.databind.ObjectMapper mapper,
                                                                       com.broadleafcommerce.data.tracking.core.web.ContextRequestConverter contextRequestConverter)