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
Constructors -
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:
convertToMOin interfaceTaskMapper
-
convertToEO
- Specified by:
convertToEOin interfaceTaskMapper
-
convertToVO
- Specified by:
convertToVOin interfaceTaskMapper
-
convertToVO
- Specified by:
convertToVOin interfaceTaskMapper
-