Class ProgressRowMapperImpl
java.lang.Object
dev.getelements.elements.dao.mongo.mapper.ProgressRowMapperImpl
- All Implemented Interfaces:
ProgressRowMapper
,MapperRegistry.Mapper<MongoProgress,
ProgressRow>
@Generated(value="org.mapstruct.ap.MappingProcessor",
date="2025-04-24T16:23:00+0000",
comments="version: 1.6.2, compiler: javac, environment: Java 21.0.6 (Ubuntu)")
public class ProgressRowMapperImpl
extends Object
implements ProgressRowMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionforward
(MongoProgress source) Maps the source to the destination.
-
Constructor Details
-
ProgressRowMapperImpl
public ProgressRowMapperImpl()
-
-
Method Details
-
forward
Description copied from interface:MapperRegistry.Mapper
Maps the source to the destination.- Specified by:
forward
in interfaceMapperRegistry.Mapper<MongoProgress,
ProgressRow> - Specified by:
forward
in interfaceProgressRowMapper
- Parameters:
source
- the source to the destination- Returns:
- the destination
-