类 WorkflowConverterImpl
java.lang.Object
com.aizuda.easy.retry.server.web.service.convert.WorkflowConverterImpl
- 所有已实现的接口:
WorkflowConverter
@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 WorkflowConverterImpl
extends Object
implements WorkflowConverter
-
字段概要
从接口继承的字段 com.aizuda.easy.retry.server.web.service.convert.WorkflowConverter
INSTANCE -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明toNodeInfo(WorkflowNode workflowNode) toNodeInfo(List<WorkflowNode> workflowNodes) toWorkflow(WorkflowRequestVO workflowRequestVO) toWorkflowBatchResponseVO(WorkflowTaskBatch workflowTaskBatch, Workflow workflow) toWorkflowBatchResponseVO(List<WorkflowBatchResponseDO> workflowBatchResponseList) toWorkflowDetailResponseVO(Workflow workflow) toWorkflowNode(WorkflowRequestVO.NodeInfo nodeInfo) toWorkflowResponseVO(Workflow workflow) toWorkflowResponseVO(List<Workflow> workflowList) protected WorkflowBatchResponseVOworkflowBatchResponseDOToWorkflowBatchResponseVO(WorkflowBatchResponseDO workflowBatchResponseDO)
-
构造器详细资料
-
WorkflowConverterImpl
public WorkflowConverterImpl()
-
-
方法详细资料
-
toWorkflow
- 指定者:
toWorkflow在接口中WorkflowConverter
-
toWorkflowNode
- 指定者:
toWorkflowNode在接口中WorkflowConverter
-
toWorkflowDetailResponseVO
- 指定者:
toWorkflowDetailResponseVO在接口中WorkflowConverter
-
toNodeInfo
- 指定者:
toNodeInfo在接口中WorkflowConverter
-
toNodeInfo
- 指定者:
toNodeInfo在接口中WorkflowConverter
-
toWorkflowResponseVO
- 指定者:
toWorkflowResponseVO在接口中WorkflowConverter
-
toWorkflowResponseVO
- 指定者:
toWorkflowResponseVO在接口中WorkflowConverter
-
toWorkflowBatchResponseVO
public List<WorkflowBatchResponseVO> toWorkflowBatchResponseVO(List<WorkflowBatchResponseDO> workflowBatchResponseList) - 指定者:
toWorkflowBatchResponseVO在接口中WorkflowConverter
-
toWorkflowBatchResponseVO
public WorkflowBatchResponseVO toWorkflowBatchResponseVO(WorkflowTaskBatch workflowTaskBatch, Workflow workflow) - 指定者:
toWorkflowBatchResponseVO在接口中WorkflowConverter
-
workflowBatchResponseDOToWorkflowBatchResponseVO
protected WorkflowBatchResponseVO workflowBatchResponseDOToWorkflowBatchResponseVO(WorkflowBatchResponseDO workflowBatchResponseDO)
-