Class MongoUniqueCodeMapperImpl
java.lang.Object
dev.getelements.elements.dao.mongo.mapper.MongoUniqueCodeMapperImpl
- All Implemented Interfaces:
MongoUniqueCodeMapper,MapperRegistry.Mapper<MongoUniqueCode,,UniqueCode> MapperRegistry.ReversibleMapper<MongoUniqueCode,UniqueCode>
@Generated(value="org.mapstruct.ap.MappingProcessor",
date="2026-01-22T05:58:28+0000",
comments="version: 1.6.2, compiler: javac, environment: Java 21.0.6 (Ubuntu)")
public class MongoUniqueCodeMapperImpl
extends Object
implements MongoUniqueCodeMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionforward(MongoUniqueCode source) Maps the source to the destination.reverse(UniqueCode 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
-
MongoUniqueCodeMapperImpl
public MongoUniqueCodeMapperImpl()
-
-
Method Details
-
reverse
Description copied from interface:MapperRegistry.ReversibleMapperMaps the destination to the source.- Specified by:
reversein interfaceMapperRegistry.ReversibleMapper<MongoUniqueCode,UniqueCode> - Specified by:
reversein interfaceMongoUniqueCodeMapper- Parameters:
source- the source object- Returns:
- the destination type.
-
forward
Description copied from interface:MapperRegistry.MapperMaps the source to the destination.- Specified by:
forwardin interfaceMapperRegistry.Mapper<MongoUniqueCode,UniqueCode> - Specified by:
forwardin interfaceMongoUniqueCodeMapper- Parameters:
source- the source to the destination- Returns:
- the destination
-