Class AgentGraphApiMapper
- java.lang.Object
-
- com.chutneytesting.agent.api.mapper.AgentGraphApiMapper
-
@Component public class AgentGraphApiMapper extends Object
-
-
Constructor Summary
Constructors Constructor Description AgentGraphApiMapper(AgentInfoApiMapper agentInfoApiMapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AgentGraphfromDto(AgentsGraphApiDto agentsGraph)AgentsGraphApiDtotoDto(AgentGraph agentGraph)
-
-
-
Constructor Detail
-
AgentGraphApiMapper
public AgentGraphApiMapper(AgentInfoApiMapper agentInfoApiMapper)
-
-
Method Detail
-
toDto
public AgentsGraphApiDto toDto(AgentGraph agentGraph)
-
fromDto
public AgentGraph fromDto(AgentsGraphApiDto agentsGraph)
-
-