Package org.openwms.wms.inventory.impl
Class UomRelationStringConverter
java.lang.Object
com.github.dozermapper.core.DozerConverter<UomRelation,String>
org.openwms.wms.inventory.impl.UomRelationStringConverter
- All Implemented Interfaces:
com.github.dozermapper.core.ConfigurableCustomConverter,com.github.dozermapper.core.CustomConverter,com.github.dozermapper.core.MapperAware
public class UomRelationStringConverter
extends com.github.dozermapper.core.DozerConverter<UomRelation,String>
implements com.github.dozermapper.core.MapperAware
A UomRelationStringConverter.
- Author:
- Heiko Scherrer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertFrom(String source, UomRelation destination) convertTo(UomRelation source, String destination) voidsetMapper(com.github.dozermapper.core.Mapper mapper) Methods inherited from class com.github.dozermapper.core.DozerConverter
convert, convertFrom, convertTo, getParameter, setParameter
-
Field Details
-
mapper
private com.github.dozermapper.core.Mapper mapper
-
-
Constructor Details
-
UomRelationStringConverter
public UomRelationStringConverter()
-
-
Method Details
-
convertTo
- Specified by:
convertToin classcom.github.dozermapper.core.DozerConverter<UomRelation,String>
-
convertFrom
- Specified by:
convertFromin classcom.github.dozermapper.core.DozerConverter<UomRelation,String>
-
setMapper
public void setMapper(com.github.dozermapper.core.Mapper mapper) - Specified by:
setMapperin interfacecom.github.dozermapper.core.MapperAware
-