Package org.openwms.wms.movements.impl
Class PriorityConverter
java.lang.Object
com.github.dozermapper.core.DozerConverter<Integer,PriorityLevel>
org.openwms.wms.movements.impl.PriorityConverter
- All Implemented Interfaces:
com.github.dozermapper.core.ConfigurableCustomConverter
,com.github.dozermapper.core.CustomConverter
public class PriorityConverter
extends com.github.dozermapper.core.DozerConverter<Integer,PriorityLevel>
A PriorityConverter is a converter used by the Apache Dozer library to convert between Integers and PriorityLevels.
- Author:
- Heiko Scherrer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconvertFrom
(PriorityLevel source, Integer destination) convertTo
(Integer source, PriorityLevel destination) private PriorityLevel
map
(int priority) Methods inherited from class com.github.dozermapper.core.DozerConverter
convert, convertFrom, convertTo, getParameter, setParameter
-
Constructor Details
-
PriorityConverter
public PriorityConverter()
-
-
Method Details
-
convertTo
- Specified by:
convertTo
in classcom.github.dozermapper.core.DozerConverter<Integer,
PriorityLevel>
-
map
-
convertFrom
- Specified by:
convertFrom
in classcom.github.dozermapper.core.DozerConverter<Integer,
PriorityLevel>
-