Class NetworkDescriptionApiMapper
- java.lang.Object
-
- com.chutneytesting.agent.api.mapper.NetworkDescriptionApiMapper
-
@Component public class NetworkDescriptionApiMapper extends Object
-
-
Constructor Summary
Constructors Constructor Description NetworkDescriptionApiMapper(NetworkConfigurationApiMapper networkConfigurationMapper, AgentGraphApiMapper agentGraphMapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NetworkDescriptionfromDto(NetworkDescriptionApiDto networkDescriptionApiDto)NetworkDescriptionApiDtotoDto(NetworkDescription networkDescription)
-
-
-
Constructor Detail
-
NetworkDescriptionApiMapper
public NetworkDescriptionApiMapper(NetworkConfigurationApiMapper networkConfigurationMapper, AgentGraphApiMapper agentGraphMapper)
-
-
Method Detail
-
toDto
public NetworkDescriptionApiDto toDto(NetworkDescription networkDescription)
-
fromDto
public NetworkDescription fromDto(NetworkDescriptionApiDto networkDescriptionApiDto)
-
-