Class SkuInventoryExportAutoConfiguration

java.lang.Object
com.broadleafcommerce.inventory.dataexport.autoconfigure.SkuInventoryExportAutoConfiguration

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

    • SkuInventoryExportAutoConfiguration

      public SkuInventoryExportAutoConfiguration()
  • Method Details

    • 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)