Package org.openwms.wms.transport
Class BarcodeConverter
- All Implemented Interfaces:
com.github.dozermapper.core.ConfigurableCustomConverter
,com.github.dozermapper.core.CustomConverter
A LocationConverter.
- Author:
- Heiko Scherrer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertFrom
(Barcode source, String destination) Converts the source field to the destination field and return the resulting destination valueConverts the source field to the destination field and return the resulting destination value.Methods inherited from class com.github.dozermapper.core.DozerConverter
convert, convertFrom, convertTo, getParameter, setParameter
-
Constructor Details
-
BarcodeConverter
public BarcodeConverter()
-
-
Method Details
-
convertTo
Converts the source field to the destination field and return the resulting destination value. -
convertFrom
Converts the source field to the destination field and return the resulting destination value
-