Package org.openwms.wms.inventory.impl
Class UomRelationConverter
java.lang.Object
com.github.dozermapper.core.DozerConverter<UomRelation,UomRelationVO>
org.openwms.wms.inventory.impl.UomRelationConverter
- All Implemented Interfaces:
com.github.dozermapper.core.ConfigurableCustomConverter
,com.github.dozermapper.core.CustomConverter
,com.github.dozermapper.core.MapperAware
@Configurable
@Component
public class UomRelationConverter
extends com.github.dozermapper.core.DozerConverter<UomRelation,UomRelationVO>
implements com.github.dozermapper.core.MapperAware
A UomRelationConverter.
- Author:
- Heiko Scherrer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate com.github.dozermapper.core.Mapper
private UomRelationRepository
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertFrom
(UomRelationVO source, UomRelation destination) convertTo
(UomRelation source, UomRelationVO destination) void
setMapper
(com.github.dozermapper.core.Mapper mapper) Methods inherited from class com.github.dozermapper.core.DozerConverter
convert, convertFrom, convertTo, getParameter, setParameter
-
Field Details
-
repository
-
mapper
private com.github.dozermapper.core.Mapper mapper
-
-
Constructor Details
-
UomRelationConverter
public UomRelationConverter()
-
-
Method Details
-
convertTo
- Specified by:
convertTo
in classcom.github.dozermapper.core.DozerConverter<UomRelation,
UomRelationVO>
-
convertFrom
- Specified by:
convertFrom
in classcom.github.dozermapper.core.DozerConverter<UomRelation,
UomRelationVO>
-
setMapper
public void setMapper(com.github.dozermapper.core.Mapper mapper) - Specified by:
setMapper
in interfacecom.github.dozermapper.core.MapperAware
-