Package org.openwms.common.transport
Class TransportUnitMapperImpl
java.lang.Object
org.openwms.common.transport.TransportUnitMapper
org.openwms.common.transport.TransportUnitMapperImpl
@Generated("org.mapstruct.ap.MappingProcessor")
@Component
public class TransportUnitMapperImpl
extends TransportUnitMapper
-
Field Summary
Modifier and TypeFieldDescriptionprivate final LocationMapper
private final TransportUnitTypeMapper
Fields inherited from class org.openwms.common.transport.TransportUnitMapper
barcodeGenerator
-
Constructor Summary
ConstructorDescriptionTransportUnitMapperImpl
(LocationMapper locationMapper, TransportUnitTypeMapper transportUnitTypeMapper) -
Method Summary
Modifier and TypeMethodDescriptionconvertToVO
(List<TransportUnit> eo) void
copy
(TransportUnit source, TransportUnit target) private String
eoBarcodeValue
(TransportUnit transportUnit) private String
eoTransportUnitTypeType
(TransportUnit transportUnit) Methods inherited from class org.openwms.common.transport.TransportUnitMapper
setBarcodeGenerator
-
Field Details
-
locationMapper
-
transportUnitTypeMapper
-
-
Constructor Details
-
TransportUnitMapperImpl
@Autowired public TransportUnitMapperImpl(LocationMapper locationMapper, TransportUnitTypeMapper transportUnitTypeMapper)
-
-
Method Details
-
copy
- Specified by:
copy
in classTransportUnitMapper
-
convert
- Specified by:
convert
in classTransportUnitMapper
-
convertToVO
- Specified by:
convertToVO
in classTransportUnitMapper
-
convertToVO
- Specified by:
convertToVO
in classTransportUnitMapper
-
convertToMO
- Specified by:
convertToMO
in classTransportUnitMapper
-
eoBarcodeValue
-
eoTransportUnitTypeType
-