Package org.openwms.common.tasks.impl
Class TaskMapperImpl
java.lang.Object
org.openwms.common.tasks.impl.TaskMapperImpl
- All Implemented Interfaces:
TaskMapper
@Generated("org.mapstruct.ap.MappingProcessor")
@Component
public class TaskMapperImpl
extends Object
implements TaskMapper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconvertToEO
(TaskVO vo) convertToMO
(TaskEO eo) convertToVO
(List<TaskEO> tasks) convertToVO
(TaskEO eo)
-
Constructor Details
-
TaskMapperImpl
public TaskMapperImpl()
-
-
Method Details
-
convertToMO
- Specified by:
convertToMO
in interfaceTaskMapper
-
convertToEO
- Specified by:
convertToEO
in interfaceTaskMapper
-
convertToVO
- Specified by:
convertToVO
in interfaceTaskMapper
-
convertToVO
- Specified by:
convertToVO
in interfaceTaskMapper
-