Class UserMapperImpl

java.lang.Object
net.andresbustamante.yafoot.core.web.mappers.UserMapperImpl
All Implemented Interfaces:
UserMapper

@Generated(value="org.mapstruct.ap.MappingProcessor", date="2025-05-03T18:05:30+0000", comments="version: 1.5.5.Final, compiler: javac, environment: Java 17.0.2 (Oracle Corporation)") @Component public class UserMapperImpl extends Object implements UserMapper
  • Constructor Details

    • UserMapperImpl

      public UserMapperImpl()
  • Method Details

    • map

      public UserForm map(net.andresbustamante.yafoot.users.model.User user)
      Description copied from interface: UserMapper
      Maps a model user into a DTO form user.
      Specified by:
      map in interface UserMapper
      Parameters:
      user - Model user to map
      Returns:
      Resulting DTO