All Known Implementing Classes:
SnapshotMapperImpl

public interface SnapshotMapper
  • 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)