Class ChainExternalEntityMapper
java.lang.Object
org.qubership.integration.platform.runtime.catalog.service.exportimport.mapper.chain.ChainExternalEntityMapper
- All Implemented Interfaces:
ExternalEntityMapper<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Chain,ChainExternalMapperEntity>
@Component
public class ChainExternalEntityMapper
extends Object
implements ExternalEntityMapper<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Chain,ChainExternalMapperEntity>
-
Constructor Summary
ConstructorsConstructorDescriptionChainExternalEntityMapper(ChainElementsExternalEntityMapper chainElementsMapper) -
Method Summary
Modifier and TypeMethodDescriptiontoExternalEntity(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Chain chain) org.qubership.integration.platform.catalog.persistence.configs.entity.chain.ChaintoInternalEntity(ChainExternalMapperEntity externalMapperEntity)
-
Constructor Details
-
ChainExternalEntityMapper
-
-
Method Details
-
toInternalEntity
public org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Chain toInternalEntity(@NonNull ChainExternalMapperEntity externalMapperEntity) - Specified by:
toInternalEntityin interfaceExternalEntityMapper<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Chain,ChainExternalMapperEntity>
-
toExternalEntity
public ChainExternalMapperEntity toExternalEntity(@NonNull org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Chain chain) - Specified by:
toExternalEntityin interfaceExternalEntityMapper<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Chain,ChainExternalMapperEntity>
-