Class DeploymentRouteMapperImpl
java.lang.Object
org.qubership.integration.platform.runtime.catalog.rest.v1.mapper.DeploymentRouteMapperImpl
- All Implemented Interfaces:
DeploymentRouteMapper
@Generated(value="org.mapstruct.ap.MappingProcessor",
date="2025-07-15T15:40:49+0000",
comments="version: 1.5.5.Final, compiler: javac, environment: Java 21.0.7 (Eclipse Adoptium)")
@Component
public class DeploymentRouteMapperImpl
extends Object
implements DeploymentRouteMapper
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DeploymentRouteMapperImpl
public DeploymentRouteMapperImpl()
-
-
Method Details
-
asUpdate
public DeploymentRouteUpdate asUpdate(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.DeploymentRoute deploymentRoutes) - Specified by:
asUpdatein interfaceDeploymentRouteMapper
-
asUpdates
public List<DeploymentRouteUpdate> asUpdates(List<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.DeploymentRoute> deploymentRoutes) - Specified by:
asUpdatesin interfaceDeploymentRouteMapper
-