Class MongoReceiptMapperImpl
java.lang.Object
dev.getelements.elements.dao.mongo.mapper.MongoReceiptMapperImpl
- All Implemented Interfaces:
MongoReceiptMapper,MapperRegistry.Mapper<MongoReceipt,,Receipt> MapperRegistry.ReversibleMapper<MongoReceipt,Receipt>
@Generated(value="org.mapstruct.ap.MappingProcessor",
date="2026-01-22T05:58:29+0000",
comments="version: 1.6.2, compiler: javac, environment: Java 21.0.6 (Ubuntu)")
public class MongoReceiptMapperImpl
extends Object
implements MongoReceiptMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionforward(MongoReceipt source) Maps the source to the destination.protected UsermongoUserToUser(MongoUser mongoUser) Maps the destination to the source.protected MongoUseruserToMongoUser(User user) 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
-
MongoReceiptMapperImpl
public MongoReceiptMapperImpl()
-
-
Method Details
-
forward
Description copied from interface:MapperRegistry.MapperMaps the source to the destination.- Specified by:
forwardin interfaceMapperRegistry.Mapper<MongoReceipt,Receipt> - Specified by:
forwardin interfaceMongoReceiptMapper- 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<MongoReceipt,Receipt> - Specified by:
reversein interfaceMongoReceiptMapper- Parameters:
source- the source object- Returns:
- the destination type.
-
mongoUserToUser
-
userToMongoUser
-