Interface ApplicationStatusMapper
- All Superinterfaces:
MapperRegistry.Mapper<ApplicationDeploymentService.DeploymentRecord,ApplicationStatus>
- All Known Implementing Classes:
ApplicationStatusMapperImpl
public interface ApplicationStatusMapper
extends MapperRegistry.Mapper<ApplicationDeploymentService.DeploymentRecord,ApplicationStatus>
-
Method Summary
Modifier and TypeMethodDescriptionMaps the source to the destination.default List<ElementMetadata> mapElementMetadata(List<Element> source) Methods inherited from interface dev.getelements.elements.sdk.model.util.MapperRegistry.Mapper
findDestinationType, findSourceType
-
Method Details
-
forward
Description copied from interface:MapperRegistry.MapperMaps the source to the destination.- Specified by:
forwardin interfaceMapperRegistry.Mapper<ApplicationDeploymentService.DeploymentRecord,ApplicationStatus> - Parameters:
source- the source to the destination- Returns:
- the destination
-
mapElementMetadata
-