Class MongoMultiMatchMapperImpl
java.lang.Object
dev.getelements.elements.dao.mongo.mapper.MongoMultiMatchMapperImpl
- All Implemented Interfaces:
MongoMultiMatchMapper
,MapperRegistry.Mapper<MongoMultiMatch,
,MultiMatch> MapperRegistry.ReversibleMapper<MongoMultiMatch,
MultiMatch>
@Generated(value="org.mapstruct.ap.MappingProcessor",
date="2025-08-01T00:30:18+0000",
comments="version: 1.6.2, compiler: javac, environment: Java 21.0.6 (Ubuntu)")
public class MongoMultiMatchMapperImpl
extends Object
implements MongoMultiMatchMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionforward
(MongoMultiMatch source) Maps the source to the destination.reverse
(MultiMatch source) Maps the destination to the source.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface dev.getelements.elements.sdk.model.util.MapperRegistry.Mapper
findDestinationType, findSourceType
Methods inherited from interface dev.getelements.elements.sdk.model.util.MapperRegistry.ReversibleMapper
reversed
-
Constructor Details
-
MongoMultiMatchMapperImpl
public MongoMultiMatchMapperImpl()
-
-
Method Details
-
reverse
Description copied from interface:MapperRegistry.ReversibleMapper
Maps the destination to the source.- Specified by:
reverse
in interfaceMapperRegistry.ReversibleMapper<MongoMultiMatch,
MultiMatch> - Specified by:
reverse
in interfaceMongoMultiMatchMapper
- Parameters:
source
- the source object- Returns:
- the destination type.
-
forward
Description copied from interface:MapperRegistry.Mapper
Maps the source to the destination.- Specified by:
forward
in interfaceMapperRegistry.Mapper<MongoMultiMatch,
MultiMatch> - Specified by:
forward
in interfaceMongoMultiMatchMapper
- Parameters:
source
- the source to the destination- Returns:
- the destination
-