Class MongoApplicationMapperImpl
java.lang.Object
dev.getelements.elements.dao.mongo.mapper.MongoApplicationMapperImpl
- All Implemented Interfaces:
MongoApplicationMapper,MapperRegistry.Mapper<MongoApplication,,Application> MapperRegistry.ReversibleMapper<MongoApplication,Application>
@Generated(value="org.mapstruct.ap.MappingProcessor",
date="2025-05-23T23:43:53+0000",
comments="version: 1.6.2, compiler: javac, environment: Java 21.0.6 (Ubuntu)")
public class MongoApplicationMapperImpl
extends Object
implements MongoApplicationMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionforward(MongoApplication source) Maps the source to the destination.reverse(Application source) Maps the destination to the source.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.getelements.elements.sdk.model.util.MapperRegistry.Mapper
findDestinationType, findSourceTypeMethods inherited from interface dev.getelements.elements.sdk.model.util.MapperRegistry.ReversibleMapper
reversed
-
Constructor Details
-
MongoApplicationMapperImpl
public MongoApplicationMapperImpl()
-
-
Method Details
-
forward
Description copied from interface:MapperRegistry.MapperMaps the source to the destination.- Specified by:
forwardin interfaceMapperRegistry.Mapper<MongoApplication,Application> - Specified by:
forwardin interfaceMongoApplicationMapper- Parameters:
source- the source to the destination- Returns:
- the destination
-
reverse
Description copied from interface:MapperRegistry.ReversibleMapperMaps the destination to the source.- Specified by:
reversein interfaceMapperRegistry.ReversibleMapper<MongoApplication,Application> - Specified by:
reversein interfaceMongoApplicationMapper- Parameters:
source- the source object- Returns:
- the destination type.
-