Uses of Class
org.qubership.integration.platform.runtime.catalog.rest.v1.dto.snapshot.SnapshotLabelDTO
Packages that use SnapshotLabelDTO
-
Uses of SnapshotLabelDTO in org.qubership.integration.platform.runtime.catalog.rest.v1.mapper
Methods in org.qubership.integration.platform.runtime.catalog.rest.v1.mapper that return SnapshotLabelDTOModifier and TypeMethodDescriptionSnapshotMapper.asLabelResponse(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.SnapshotLabel snapshotLabel) SnapshotMapperImpl.asLabelResponse(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.SnapshotLabel snapshotLabel) Methods in org.qubership.integration.platform.runtime.catalog.rest.v1.mapper that return types with arguments of type SnapshotLabelDTOModifier and TypeMethodDescriptionSnapshotMapper.asLabelResponse(List<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.SnapshotLabel> snapshotLabel) SnapshotMapperImpl.asLabelResponse(List<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.SnapshotLabel> snapshotLabel) protected List<SnapshotLabelDTO> SnapshotMapperImpl.snapshotLabelSetToSnapshotLabelDTOList(Set<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.SnapshotLabel> set) Methods in org.qubership.integration.platform.runtime.catalog.rest.v1.mapper with parameters of type SnapshotLabelDTOModifier and TypeMethodDescriptionorg.qubership.integration.platform.catalog.persistence.configs.entity.chain.SnapshotLabelSnapshotMapper.asLabelRequest(SnapshotLabelDTO snapshotLabel) org.qubership.integration.platform.catalog.persistence.configs.entity.chain.SnapshotLabelSnapshotMapperImpl.asLabelRequest(SnapshotLabelDTO snapshotLabel) Method parameters in org.qubership.integration.platform.runtime.catalog.rest.v1.mapper with type arguments of type SnapshotLabelDTOModifier and TypeMethodDescriptionList<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.SnapshotLabel> SnapshotMapper.asLabelRequests(List<SnapshotLabelDTO> snapshotLabel) List<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.SnapshotLabel> SnapshotMapperImpl.asLabelRequests(List<SnapshotLabelDTO> snapshotLabel) protected Set<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.SnapshotLabel> SnapshotMapperImpl.snapshotLabelDTOListToSnapshotLabelSet(List<SnapshotLabelDTO> list)