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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMaps a list of player beans into a list of DTOs.map
(net.andresbustamante.yafoot.core.model.Player player) DTO mapping for a player bean.net.andresbustamante.yafoot.core.model.Player
map
(PlayerForm player)
-
Constructor Details
-
PlayerMapperImpl
public PlayerMapperImpl()
-
-
Method Details
-
map
- Specified by:
map
in interfacePlayerMapper
-
map
Description copied from interface:PlayerMapper
DTO mapping for a player bean.- Specified by:
map
in interfacePlayerMapper
- Parameters:
player
- Bean to map- Returns:
- Resulting DTO
-
map
Description copied from interface:PlayerMapper
Maps a list of player beans into a list of DTOs.- Specified by:
map
in interfacePlayerMapper
- Parameters:
players
- Players to map- Returns:
- Resulting DTO list
-