Class SkuInventoryExportAutoConfiguration.Converters
- java.lang.Object
-
- com.broadleafcommerce.inventory.dataexport.autoconfigure.SkuInventoryExportAutoConfiguration.Converters
-
- Enclosing class:
- SkuInventoryExportAutoConfiguration
@Configuration public static class SkuInventoryExportAutoConfiguration.Converters extends Object
-
-
Constructor Summary
Constructors Constructor Description Converters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SkuInventoryRowConverter
skuInventoryRowConverter(com.fasterxml.jackson.databind.ObjectMapper mapper, SkuInventoryExportSpecification skuInventoryExportSpecification)
-
-
-
Method Detail
-
skuInventoryRowConverter
@Bean @ConditionalOnMissingBean public SkuInventoryRowConverter skuInventoryRowConverter(com.fasterxml.jackson.databind.ObjectMapper mapper, SkuInventoryExportSpecification skuInventoryExportSpecification)
-
-