All Known Implementing Classes:
DeploymentRouteMapperImpl

public interface DeploymentRouteMapper
  • Method Summary

    Modifier and Type
    Method
    Description
    asUpdate(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.DeploymentRoute deploymentRoutes)
     
    asUpdates(List<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.DeploymentRoute> deploymentRoutes)
     
  • Method Details

    • asUpdate

      DeploymentRouteUpdate asUpdate(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.DeploymentRoute deploymentRoutes)
    • asUpdates

      List<DeploymentRouteUpdate> asUpdates(List<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.DeploymentRoute> deploymentRoutes)