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 Details

    • MatchMapperImpl

      public MatchMapperImpl()
  • Method Details

    • map

      public Match map(MatchForm match)
      Specified by:
      map in interface MatchMapper
    • map

      public Match map(Match match)
      Description copied from interface: MatchMapper
      Bean to DTO mapping for a match object.
      Specified by:
      map in interface MatchMapper
      Parameters:
      match - Match bean to map
      Returns:
      Match DTO
    • map

      public List<Match> map(List<Match> matches)
      Description copied from interface: MatchMapper
      Bean list to DTO list mapping for a list of matches.
      Specified by:
      map in interface MatchMapper
      Parameters:
      matches - Matches list to map
      Returns:
      Resulting DTO list
    • matchFormToSite

      protected Site matchFormToSite(MatchForm matchForm)
    • matchStatusEnumToMatchStatus

      protected MatchStatus matchStatusEnumToMatchStatus(MatchStatusEnum matchStatusEnum)