Class UserMapperImpl
java.lang.Object
com.finconsgroup.itserr.marketplace.usercommunication.dm.mapper.UserMapperImpl
- All Implemented Interfaces:
UserMapper
@Generated(value="org.mapstruct.ap.MappingProcessor",
date="2026-02-17T07:11:57+0000",
comments="version: 1.6.3, compiler: javac, environment: Java 21.0.9 (Eclipse Adoptium)")
@Component
public class UserMapperImpl
extends Object
implements UserMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionentityToOutputUserDto(User entity) Converts aUserinto aOutputUserDto.userProfileDmDtoToEntity(OutputUserProfileDmDto userProfileDmDto) Converts aOutputUserProfileDmDtointo aUser.userProfileDmDtoToOutputUserDto(OutputUserProfileDmDto userProfileDmDto) Converts aOutputUserProfileDmDtointo aOutputUserDto.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.finconsgroup.itserr.marketplace.usercommunication.dm.mapper.UserMapper
afterMapUserDtoToEntity
-
Constructor Details
-
UserMapperImpl
public UserMapperImpl()
-
-
Method Details
-
entityToOutputUserDto
Description copied from interface:UserMapperConverts aUserinto aOutputUserDto.- Specified by:
entityToOutputUserDtoin interfaceUserMapper- Parameters:
entity- the user entity- Returns:
- Created Output User Dto.
-
userProfileDmDtoToEntity
Description copied from interface:UserMapperConverts aOutputUserProfileDmDtointo aUser.- Specified by:
userProfileDmDtoToEntityin interfaceUserMapper- Parameters:
userProfileDmDto- the user profile dm dto- Returns:
- Created User entity.
-
userProfileDmDtoToOutputUserDto
Description copied from interface:UserMapperConverts aOutputUserProfileDmDtointo aOutputUserDto.- Specified by:
userProfileDmDtoToOutputUserDtoin interfaceUserMapper- Parameters:
userProfileDmDto- the user profile dm dto- Returns:
- Created Output User Dto.
-