Class MongoProductSkuSchemaMapperImpl
java.lang.Object
dev.getelements.elements.dao.mongo.mapper.MongoProductSkuSchemaMapperImpl
- All Implemented Interfaces:
MongoProductSkuSchemaMapper,MapperRegistry.Mapper<MongoProductSkuSchema,,ProductSkuSchema> MapperRegistry.ReversibleMapper<MongoProductSkuSchema,ProductSkuSchema>
@Generated(value="org.mapstruct.ap.MappingProcessor",
date="2026-09-18T19:08:25+0000",
comments="version: 1.6.2, compiler: javac, environment: Java 21.0.12.1 (Eclipse Adoptium)")
public class MongoProductSkuSchemaMapperImpl
extends Object
implements MongoProductSkuSchemaMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionforward(MongoProductSkuSchema source) Maps the source to the destination.reverse(ProductSkuSchema 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
-
MongoProductSkuSchemaMapperImpl
public MongoProductSkuSchemaMapperImpl()
-
-
Method Details
-
forward
Description copied from interface:MapperRegistry.MapperMaps the source to the destination.- Specified by:
forwardin interfaceMapperRegistry.Mapper<MongoProductSkuSchema,ProductSkuSchema> - Specified by:
forwardin interfaceMongoProductSkuSchemaMapper- 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<MongoProductSkuSchema,ProductSkuSchema> - Specified by:
reversein interfaceMongoProductSkuSchemaMapper- Parameters:
source- the source object- Returns:
- the destination type.
-