Class AgentInfoApiMapper
java.lang.Object
fr.enedis.chutney.agent.api.mapper.AgentInfoApiMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfr.enedis.chutney.engine.domain.delegation.NamedHostAndPorttoDto(fr.enedis.chutney.engine.domain.delegation.NamedHostAndPort agentInfo)
-
Constructor Details
-
AgentInfoApiMapper
public AgentInfoApiMapper()
-
-
Method Details
-
toDto
public NetworkConfigurationApiDto.AgentInfoApiDto toDto(fr.enedis.chutney.engine.domain.delegation.NamedHostAndPort agentInfo) -
fromDto
public fr.enedis.chutney.engine.domain.delegation.NamedHostAndPort fromDto(NetworkConfigurationApiDto.AgentInfoApiDto entity)
-