Class ApplicationStatusMapperImpl
java.lang.Object
dev.getelements.elements.service.util.ApplicationStatusMapperImpl
- All Implemented Interfaces:
MapperRegistry.Mapper<ApplicationDeploymentService.DeploymentRecord,,ApplicationStatus> ApplicationStatusMapper
@Generated(value="org.mapstruct.ap.MappingProcessor",
date="2026-01-22T05:58:21+0000",
comments="version: 1.6.2, compiler: javac, environment: Java 21.0.6 (Ubuntu)")
public class ApplicationStatusMapperImpl
extends Object
implements ApplicationStatusMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMaps the source to the destination.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.getelements.elements.service.util.ApplicationStatusMapper
mapElementMetadataMethods inherited from interface dev.getelements.elements.sdk.model.util.MapperRegistry.Mapper
findDestinationType, findSourceType
-
Constructor Details
-
ApplicationStatusMapperImpl
public ApplicationStatusMapperImpl()
-
-
Method Details
-
forward
Description copied from interface:MapperRegistry.MapperMaps the source to the destination.- Specified by:
forwardin interfaceApplicationStatusMapper- Specified by:
forwardin interfaceMapperRegistry.Mapper<ApplicationDeploymentService.DeploymentRecord,ApplicationStatus> - Parameters:
source- the source to the destination- Returns:
- the destination
-