Class NetworkConfigurationApiMapper
- java.lang.Object
-
- com.chutneytesting.agent.api.mapper.NetworkConfigurationApiMapper
-
@Component public class NetworkConfigurationApiMapper extends Object
-
-
Constructor Summary
Constructors Constructor Description NetworkConfigurationApiMapper(AgentInfoApiMapper agentInfoMapper, EnvironmentApiMapper targetApiMapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NetworkConfigurationenhanceWithEnvironment(NetworkConfiguration networkConfiguration, Set<EnvironmentDto> localEnvironments)NetworkConfigurationfromDto(NetworkConfigurationApiDto dto)NetworkConfigurationfromDtoAtNow(NetworkConfigurationApiDto dto)NetworkConfigurationApiDtotoDto(NetworkConfiguration networkConfiguration)
-
-
-
Constructor Detail
-
NetworkConfigurationApiMapper
public NetworkConfigurationApiMapper(AgentInfoApiMapper agentInfoMapper, EnvironmentApiMapper targetApiMapper)
-
-
Method Detail
-
toDto
public NetworkConfigurationApiDto toDto(NetworkConfiguration networkConfiguration)
-
fromDto
public NetworkConfiguration fromDto(NetworkConfigurationApiDto dto)
-
fromDtoAtNow
public NetworkConfiguration fromDtoAtNow(NetworkConfigurationApiDto dto)
-
enhanceWithEnvironment
public NetworkConfiguration enhanceWithEnvironment(NetworkConfiguration networkConfiguration, Set<EnvironmentDto> localEnvironments)
-
-