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-03T17:58:24+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.Bean to DTO mapping for a match object.protected SitematchFormToSite(MatchForm matchForm) protected MatchStatusmatchStatusEnumToMatchStatus(MatchStatusEnum matchStatusEnum)
-
Constructor Details
-
MatchMapperImpl
public MatchMapperImpl()
-
-
Method Details
-
map
- Specified by:
mapin interfaceMatchMapper
-
map
Description copied from interface:MatchMapperBean to DTO mapping for a match object.- Specified by:
mapin interfaceMatchMapper- Parameters:
match- Match bean to map- Returns:
- Match DTO
-
map
Description copied from interface:MatchMapperBean list to DTO list mapping for a list of matches.- Specified by:
mapin interfaceMatchMapper- Parameters:
matches- Matches list to map- Returns:
- Resulting DTO list
-
matchFormToSite
-
matchStatusEnumToMatchStatus
-