Class MongoUserUidMapperImpl
java.lang.Object
dev.getelements.elements.dao.mongo.mapper.MongoUserUidMapperImpl
- All Implemented Interfaces:
MongoUserUidMapper,MapperRegistry.Mapper<MongoUserUid,,UserUid> MapperRegistry.ReversibleMapper<MongoUserUid,UserUid>
@Generated(value="org.mapstruct.ap.MappingProcessor",
date="2025-03-30T00:04:33+0000",
comments="version: 1.6.2, compiler: javac, environment: Java 21.0.6 (Ubuntu)")
public class MongoUserUidMapperImpl
extends Object
implements MongoUserUidMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionforward(MongoUserUid source) Maps the source to the destination.Maps the destination to the source.protected MongoUserUidSchemeuserUidToMongoUserUidScheme(UserUid userUid) 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.ReversibleMapper
reversed
-
Constructor Details
-
MongoUserUidMapperImpl
public MongoUserUidMapperImpl()
-
-
Method Details
-
forward
Description copied from interface:MapperRegistry.MapperMaps the source to the destination.- Specified by:
forwardin interfaceMapperRegistry.Mapper<MongoUserUid,UserUid> - Specified by:
forwardin interfaceMongoUserUidMapper- 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<MongoUserUid,UserUid> - Specified by:
reversein interfaceMongoUserUidMapper- Parameters:
source- the source object- Returns:
- the destination type.
-
userUidToMongoUserUidScheme
-