Class MatchMapperImpl
java.lang.Object
net.andresbustamante.yafoot.core.web.mappers.MatchMapperImpl
- All Implemented Interfaces:
MatchMapper
@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 MatchMapperImpl
extends Object
implements MatchMapper
-
Constructor Summary
Constructors -
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
protected net.andresbustamante.yafoot.core.model.Site
matchFormToSite
(MatchForm matchForm) protected MatchStatus
matchStatusEnumToMatchStatus
(net.andresbustamante.yafoot.core.model.enums.MatchStatusEnum matchStatusEnum)
-
Constructor Details
-
MatchMapperImpl
public MatchMapperImpl()
-
-
Method Details
-
map
- Specified by:
map
in interfaceMatchMapper
-
map
Description copied from interface:MatchMapper
Bean to DTO mapping for a match object.- Specified by:
map
in interfaceMatchMapper
- Parameters:
match
- Match bean to map- Returns:
- Match DTO
-
map
Description copied from interface:MatchMapper
Bean list to DTO list mapping for a list of matches.- Specified by:
map
in interfaceMatchMapper
- Parameters:
matches
- Matches list to map- Returns:
- Resulting DTO list
-
matchFormToSite
-
matchStatusEnumToMatchStatus
protected MatchStatus matchStatusEnumToMatchStatus(net.andresbustamante.yafoot.core.model.enums.MatchStatusEnum matchStatusEnum)
-