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