Class AgentInfoApiMapper
- java.lang.Object
-
- com.chutneytesting.agent.api.mapper.AgentInfoApiMapper
-
@Component public class AgentInfoApiMapper extends Object
-
-
Constructor Summary
Constructors Constructor Description AgentInfoApiMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NamedHostAndPortfromDto(NetworkConfigurationApiDto.AgentInfoApiDto entity)NetworkConfigurationApiDto.AgentInfoApiDtotoDto(NamedHostAndPort agentInfo)
-
-
-
Method Detail
-
toDto
public NetworkConfigurationApiDto.AgentInfoApiDto toDto(NamedHostAndPort agentInfo)
-
fromDto
public NamedHostAndPort fromDto(NetworkConfigurationApiDto.AgentInfoApiDto entity)
-
-