Interface PlayerMapper
- All Known Implementing Classes:
PlayerMapperImpl
public interface PlayerMapper
-
Method Summary
-
Method Details
-
map
-
map
DTO mapping for a player bean.- Parameters:
player
- Bean to map- Returns:
- Resulting DTO
-
map
Maps a list of player beans into a list of DTOs.- Parameters:
players
- Players to map- Returns:
- Resulting DTO list
-