Interface SnapshotMapper
- All Known Implementing Classes:
SnapshotMapperImpl
public interface SnapshotMapper
-
Method Summary
Modifier and TypeMethodDescriptionorg.qubership.integration.platform.catalog.persistence.configs.entity.chain.SnapshotLabelasLabelRequest(SnapshotLabelDTO snapshotLabel) List<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.SnapshotLabel> asLabelRequests(List<SnapshotLabelDTO> snapshotLabel) asLabelResponse(List<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.SnapshotLabel> snapshotLabel) asLabelResponse(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.SnapshotLabel snapshotLabel) org.qubership.integration.platform.catalog.persistence.configs.entity.chain.SnapshotasRequest(SnapshotRequest snapshot) asResponse(List<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Snapshot> snapshots) asResponse(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Snapshot snapshot)
-
Method Details
-
asResponse
SnapshotResponse asResponse(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Snapshot snapshot) -
asResponse
List<SnapshotResponse> asResponse(List<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Snapshot> snapshots) -
asRequest
org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Snapshot asRequest(SnapshotRequest snapshot) -
asLabelRequest
org.qubership.integration.platform.catalog.persistence.configs.entity.chain.SnapshotLabel asLabelRequest(SnapshotLabelDTO snapshotLabel) -
asLabelRequests
List<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.SnapshotLabel> asLabelRequests(List<SnapshotLabelDTO> snapshotLabel) -
asLabelResponse
SnapshotLabelDTO asLabelResponse(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.SnapshotLabel snapshotLabel) -
asLabelResponse
List<SnapshotLabelDTO> asLabelResponse(List<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.SnapshotLabel> snapshotLabel)
-