Uses of Class
org.damap.base.rest.dmp.mapper.MapperService
Packages that use MapperService
Package
Description
-
Uses of MapperService in org.damap.base.rest.access.mapper
Methods in org.damap.base.rest.access.mapper with parameters of type MapperServiceModifier and TypeMethodDescriptionAccessMapper.mapDOtoEntity(AccessDO accessDO, Access access, MapperService mapperService) mapDOtoEntity. -
Uses of MapperService in org.damap.base.rest.dmp.mapper
Methods in org.damap.base.rest.dmp.mapper with parameters of type MapperServiceModifier and TypeMethodDescriptionDatasetDOMapper.mapDOtoEntity(DatasetDO datasetDO, Dataset dataset, MapperService mapperService) mapDOtoEntity.DmpDOMapper.mapDOtoEntity(DmpDO dmpDO, Dmp dmp, MapperService mapperService) mapDOtoEntity.StorageDOMapper.mapDOtoEntity(StorageDO storageDO, Storage storage, MapperService mapperService) mapDOtoEntity. -
Uses of MapperService in org.damap.base.rest.madmp.mapper
Methods in org.damap.base.rest.madmp.mapper with parameters of type MapperServiceModifier and TypeMethodDescriptionMaDmpMapper.mapToMaDmp(DmpDO dmpDO, DatasetDO datasetDO, Dataset dataset, MapperService mapperService) mapToMaDmp.MaDmpMapper.mapToMaDmp(DmpDO dmpDO, Dmp dmp, MapperService mapperService) mapToMaDmp.MaDmpMapper.mapToMaDmpFromRepository(RepositoryDO repositoryDO, Distribution distribution, MapperService mapperService) mapToMaDmpFromRepository.MaDmpMapper.mapToMaDmpFromStorage(StorageDO storageDO, Distribution distribution, MapperService mapperService) mapToMaDmpFromStorage.