Package org.openwms.common.transport
Class TransportUnitMapperImpl
java.lang.Object
org.openwms.common.transport.TransportUnitMapperImpl
- All Implemented Interfaces:
TransportUnitMapper
@Generated("org.mapstruct.ap.MappingProcessor")
@Component
public class TransportUnitMapperImpl
extends Object
implements TransportUnitMapper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.openwms.common.transport.api.messages.TransportUnitMO
convertToMO
(org.openwms.common.transport.api.TransportUnitVO vo)
-
Constructor Details
-
TransportUnitMapperImpl
public TransportUnitMapperImpl()
-
-
Method Details
-
convertToMO
public org.openwms.common.transport.api.messages.TransportUnitMO convertToMO(org.openwms.common.transport.api.TransportUnitVO vo) - Specified by:
convertToMO
in interfaceTransportUnitMapper
-