Package org.openwms.wms.inventory.impl
Class LoadUnitDistributionConverter
java.lang.Object
com.github.dozermapper.core.DozerConverter<PackagingUnit,PhysicalDistributionVO>
org.openwms.wms.inventory.impl.LoadUnitDistributionConverter
- All Implemented Interfaces:
com.github.dozermapper.core.ConfigurableCustomConverter
,com.github.dozermapper.core.CustomConverter
public class LoadUnitDistributionConverter
extends com.github.dozermapper.core.DozerConverter<PackagingUnit,PhysicalDistributionVO>
A LoadUnitDistributionConverter is a Dozer Converter
- Author:
- Heiko Scherrer
- See Also:
-
DozerConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertFrom
(PhysicalDistributionVO source, PackagingUnit destination) LoadUnitControllerDocumentationconvertTo
(PackagingUnit source, PhysicalDistributionVO destination) Methods inherited from class com.github.dozermapper.core.DozerConverter
convert, convertFrom, convertTo, getParameter, setParameter
-
Constructor Details
-
LoadUnitDistributionConverter
public LoadUnitDistributionConverter()
-
-
Method Details
-
convertTo
- Specified by:
convertTo
in classcom.github.dozermapper.core.DozerConverter<PackagingUnit,
PhysicalDistributionVO>
-
convertFrom
LoadUnitControllerDocumentation- Specified by:
convertFrom
in classcom.github.dozermapper.core.DozerConverter<PackagingUnit,
PhysicalDistributionVO>
-