Class PlayerMapperImpl

java.lang.Object
net.andresbustamante.yafoot.core.web.mappers.PlayerMapperImpl
All Implemented Interfaces:
PlayerMapper

@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 PlayerMapperImpl extends Object implements PlayerMapper
  • Constructor Details

    • PlayerMapperImpl

      public PlayerMapperImpl()
  • Method Details

    • map

      public net.andresbustamante.yafoot.core.model.Player map(PlayerForm player)
      Specified by:
      map in interface PlayerMapper
    • map

      public Player map(net.andresbustamante.yafoot.core.model.Player player)
      Description copied from interface: PlayerMapper
      DTO mapping for a player bean.
      Specified by:
      map in interface PlayerMapper
      Parameters:
      player - Bean to map
      Returns:
      Resulting DTO
    • map

      public List<Player> map(List<net.andresbustamante.yafoot.core.model.Player> players)
      Description copied from interface: PlayerMapper
      Maps a list of player beans into a list of DTOs.
      Specified by:
      map in interface PlayerMapper
      Parameters:
      players - Players to map
      Returns:
      Resulting DTO list