Class ChainRolesMapperImpl
java.lang.Object
org.qubership.integration.platform.runtime.catalog.rest.v1.mapper.ChainRolesMapperImpl
- All Implemented Interfaces:
ChainRolesMapper
@Generated(value="org.mapstruct.ap.MappingProcessor",
date="2025-07-03T15:06:45+0000",
comments="version: 1.5.5.Final, compiler: javac, environment: Java 21.0.7 (Eclipse Adoptium)")
@Component
public class ChainRolesMapperImpl
extends Object
implements ChainRolesMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasChainRolesResponse(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement chainElement) asChainRolesResponses(List<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement> chainElement) prepareDeploymentRequest(List<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Deployment> deployment) prepareDeploymentRequest(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Deployment deployment) prepareDeploymentRequest(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Snapshot snapshot)
-
Constructor Details
-
ChainRolesMapperImpl
public ChainRolesMapperImpl()
-
-
Method Details
-
asChainRolesResponses
public List<ChainRolesDTO> asChainRolesResponses(List<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement> chainElement) - Specified by:
asChainRolesResponsesin interfaceChainRolesMapper
-
asChainRolesResponse
public ChainRolesDTO asChainRolesResponse(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement chainElement) - Specified by:
asChainRolesResponsein interfaceChainRolesMapper
-
prepareDeploymentRequest
public DeploymentRequest prepareDeploymentRequest(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Deployment deployment) - Specified by:
prepareDeploymentRequestin interfaceChainRolesMapper
-
prepareDeploymentRequest
public List<DeploymentRequest> prepareDeploymentRequest(List<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Deployment> deployment) - Specified by:
prepareDeploymentRequestin interfaceChainRolesMapper
-
prepareDeploymentRequest
public DeploymentRequest prepareDeploymentRequest(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Snapshot snapshot) - Specified by:
prepareDeploymentRequestin interfaceChainRolesMapper
-