Uses of Class
org.openwms.wms.inventory.ProductMapper
Packages that use ProductMapper
Package
Description
Contains types to deal with warehouse inventory.
- 
Uses of ProductMapper in org.openwms.wms.inventory
Subclasses of ProductMapper in org.openwms.wms.inventoryFields in org.openwms.wms.inventory declared as ProductMapperModifier and TypeFieldDescriptionprivate final ProductMapperLoadUnitMapperImpl.productMapperprivate final ProductMapperPackagingUnitMapperImpl_.productMapperprivate ProductMapperUomRelationMapper.productMapperConstructors in org.openwms.wms.inventory with parameters of type ProductMapperModifierConstructorDescriptionLoadUnitMapperImpl(ProductMapper productMapper, DimensionMapper dimensionMapper) PackagingUnitMapperImpl_(LoadUnitMapper loadUnitMapper, ProductMapper productMapper, DimensionMapper dimensionMapper, LocationMapper locationMapper, UomRelationMapper uomRelationMapper)  - 
Uses of ProductMapper in org.openwms.wms.inventory.impl
Fields in org.openwms.wms.inventory.impl declared as ProductMapperConstructors in org.openwms.wms.inventory.impl with parameters of type ProductMapperModifierConstructorDescription(package private)ProductServiceImpl(org.ameba.i18n.Translator translator, ProductMapper productMapper, ProductRepository productRepository, UomRelationRepository uomRelationRepository, org.springframework.context.ApplicationEventPublisher publisher)  - 
Uses of ProductMapper in org.openwms.wms.inventory.rest
Fields in org.openwms.wms.inventory.rest declared as ProductMapperConstructors in org.openwms.wms.inventory.rest with parameters of type ProductMapperModifierConstructorDescription(package private)ProductController(ProductService productService, org.ameba.mapping.BeanMapper mapper, ProductMapper productMapper, javax.validation.Validator validator)