类 TaskContextConverterImpl
java.lang.Object
com.aizuda.easy.retry.server.web.service.convert.TaskContextConverterImpl
- 所有已实现的接口:
TaskContextConverter
@Generated(value="org.mapstruct.ap.MappingProcessor",
date="2024-04-08T08:59:45+0800",
comments="version: 1.5.3.Final, compiler: javac, environment: Java 17.0.10 (Amazon.com Inc.)")
public class TaskContextConverterImpl
extends Object
implements TaskContextConverter
-
字段概要
从接口继承的字段 com.aizuda.easy.retry.server.web.service.convert.TaskContextConverter
INSTANCE -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected TaskContext.TaskInforetryTaskDTOToTaskInfo(com.aizuda.easy.retry.server.model.dto.RetryTaskDTO retryTaskDTO) toTaskContextInfo(RetryTaskSaveRequestVO retryTaskSaveRequestVO) toTaskContextInfo(List<com.aizuda.easy.retry.server.model.dto.RetryTaskDTO> retryTasks)
-
构造器详细资料
-
TaskContextConverterImpl
public TaskContextConverterImpl()
-
-
方法详细资料
-
toTaskContextInfo
- 指定者:
toTaskContextInfo在接口中TaskContextConverter
-
toTaskContextInfo
public List<TaskContext.TaskInfo> toTaskContextInfo(List<com.aizuda.easy.retry.server.model.dto.RetryTaskDTO> retryTasks) - 指定者:
toTaskContextInfo在接口中TaskContextConverter
-
retryTaskDTOToTaskInfo
protected TaskContext.TaskInfo retryTaskDTOToTaskInfo(com.aizuda.easy.retry.server.model.dto.RetryTaskDTO retryTaskDTO)
-