Package org.openwms.wms.inventory
Class ProductMapperImpl
java.lang.Object
org.openwms.wms.inventory.ProductMapper
org.openwms.wms.inventory.ProductMapperImpl
@Generated("org.mapstruct.ap.MappingProcessor")
@Component
public class ProductMapperImpl
extends ProductMapper
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionProductMapperImpl(DimensionMapper dimensionMapper, LocationMapper locationMapper)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected List<StackingRuleVO>protected StackingRuleVOproductStackingRuleToStackingRuleVO(ProductStackingRule productStackingRule) Methods inherited from class org.openwms.wms.inventory.ProductMapper
convertVO, copy 
- 
Field Details
- 
dimensionMapper
 - 
locationMapper
 
 - 
 - 
Constructor Details
- 
ProductMapperImpl
 
 - 
 - 
Method Details
- 
convert
- Specified by:
 convertin classProductMapper
 - 
productStackingRuleToStackingRuleVO
protected StackingRuleVO productStackingRuleToStackingRuleVO(ProductStackingRule productStackingRule)  - 
productStackingRuleListToStackingRuleVOList
protected List<StackingRuleVO> productStackingRuleListToStackingRuleVOList(List<ProductStackingRule> list)  
 -