Interface MatchMapper
- All Known Implementing Classes:
MatchMapperImpl
public interface MatchMapper
-
Method Summary
Modifier and TypeMethodDescriptionBean list to DTO list mapping for a list of matches.map
(net.andresbustamante.yafoot.core.model.Match match) Bean to DTO mapping for a match object.net.andresbustamante.yafoot.core.model.Match
-
Method Details
-
map
-
map
Bean to DTO mapping for a match object.- Parameters:
match
- Match bean to map- Returns:
- Match DTO
-
map
Bean list to DTO list mapping for a list of matches.- Parameters:
matches
- Matches list to map- Returns:
- Resulting DTO list
-