Class DeploymentMapperImpl
java.lang.Object
org.qubership.integration.platform.runtime.catalog.rest.v1.mapper.DeploymentMapper
org.qubership.integration.platform.runtime.catalog.rest.v1.mapper.DeploymentMapperImpl
@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 DeploymentMapperImpl
extends DeploymentMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.qubership.integration.platform.catalog.persistence.configs.entity.chain.DeploymentasEntity(DeploymentRequest request) org.qubership.integration.platform.catalog.model.dto.deployment.DeploymentResponseasResponse(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Deployment deployment) org.qubership.integration.platform.catalog.model.dto.deployment.DeploymentResponseasResponse(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Deployment deployment, RuntimeDeployment state) protected org.qubership.integration.platform.catalog.persistence.configs.entity.chain.SnapshotdeploymentRequestToSnapshot(DeploymentRequest deploymentRequest) protected org.qubership.integration.platform.catalog.model.dto.deployment.RuntimeDeploymentStateengineDeploymentToRuntimeDeploymentState(org.qubership.integration.platform.catalog.model.deployment.engine.EngineDeployment engineDeployment) voidmerge(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Deployment entity, DeploymentRequest request) protected org.qubership.integration.platform.catalog.model.dto.deployment.DeploymentRuntimeruntimeDeploymentToDeploymentRuntime(RuntimeDeployment runtimeDeployment) protected Map<String, org.qubership.integration.platform.catalog.model.dto.deployment.RuntimeDeploymentState> stringEngineDeploymentMapToStringRuntimeDeploymentStateMap(Map<String, org.qubership.integration.platform.catalog.model.deployment.engine.EngineDeployment> map) org.qubership.integration.platform.catalog.model.deployment.engine.ChainRuntimeDeploymenttoChainRuntimeDeployment(org.qubership.integration.platform.catalog.model.deployment.engine.EngineDeployment deployment, String host) org.qubership.integration.platform.catalog.model.dto.deployment.RuntimeDeploymentStatetoDTO(org.qubership.integration.platform.catalog.model.deployment.engine.EngineDeployment state) toRuntimeUpdate(org.qubership.integration.platform.catalog.model.deployment.engine.EngineDeployment deployment, org.qubership.integration.platform.catalog.model.deployment.engine.EngineInfo engineInfo, DeploymentService.LoggingInfo loggingInfo) Methods inherited from class org.qubership.integration.platform.runtime.catalog.rest.v1.mapper.DeploymentMapper
asEngineDeployment, asEngineDeployments, asEntities, asResponses
-
Constructor Details
-
DeploymentMapperImpl
public DeploymentMapperImpl()
-
-
Method Details
-
asResponse
public org.qubership.integration.platform.catalog.model.dto.deployment.DeploymentResponse asResponse(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Deployment deployment) - Specified by:
asResponsein classDeploymentMapper
-
asResponse
public org.qubership.integration.platform.catalog.model.dto.deployment.DeploymentResponse asResponse(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Deployment deployment, RuntimeDeployment state) - Specified by:
asResponsein classDeploymentMapper
-
toDTO
public org.qubership.integration.platform.catalog.model.dto.deployment.RuntimeDeploymentState toDTO(org.qubership.integration.platform.catalog.model.deployment.engine.EngineDeployment state) - Specified by:
toDTOin classDeploymentMapper
-
toRuntimeUpdate
public RuntimeDeploymentUpdate toRuntimeUpdate(org.qubership.integration.platform.catalog.model.deployment.engine.EngineDeployment deployment, org.qubership.integration.platform.catalog.model.deployment.engine.EngineInfo engineInfo, DeploymentService.LoggingInfo loggingInfo) - Specified by:
toRuntimeUpdatein classDeploymentMapper
-
asEntity
public org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Deployment asEntity(DeploymentRequest request) - Specified by:
asEntityin classDeploymentMapper
-
merge
public void merge(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Deployment entity, DeploymentRequest request) - Specified by:
mergein classDeploymentMapper
-
toChainRuntimeDeployment
public org.qubership.integration.platform.catalog.model.deployment.engine.ChainRuntimeDeployment toChainRuntimeDeployment(org.qubership.integration.platform.catalog.model.deployment.engine.EngineDeployment deployment, String host) - Specified by:
toChainRuntimeDeploymentin classDeploymentMapper
-
stringEngineDeploymentMapToStringRuntimeDeploymentStateMap
-
runtimeDeploymentToDeploymentRuntime
protected org.qubership.integration.platform.catalog.model.dto.deployment.DeploymentRuntime runtimeDeploymentToDeploymentRuntime(RuntimeDeployment runtimeDeployment) -
engineDeploymentToRuntimeDeploymentState
protected org.qubership.integration.platform.catalog.model.dto.deployment.RuntimeDeploymentState engineDeploymentToRuntimeDeploymentState(org.qubership.integration.platform.catalog.model.deployment.engine.EngineDeployment engineDeployment) -
deploymentRequestToSnapshot
protected org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Snapshot deploymentRequestToSnapshot(DeploymentRequest deploymentRequest)
-