Class SportMapperImpl
java.lang.Object
net.andresbustamante.yafoot.core.web.mappers.SportMapperImpl
- All Implemented Interfaces:
- SportMapper
@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 SportMapperImpl
extends Object
implements SportMapper
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionMaps a list of sport beans into a list of DTOs.Maps a sport value into an enumerated sport.DTO mapping.Maps a sport code into a sport enumerated value.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.andresbustamante.yafoot.core.web.mappers.SportMappermapSportCode
- 
Constructor Details- 
SportMapperImplpublic SportMapperImpl()
 
- 
- 
Method Details- 
mapDescription copied from interface:SportMapperDTO mapping.- Specified by:
- mapin interface- SportMapper
- Parameters:
- sport- Sport to map
- Returns:
- Resulting DTO
 
- 
mapDescription copied from interface:SportMapperMaps a list of sport beans into a list of DTOs.- Specified by:
- mapin interface- SportMapper
- Parameters:
- sports- Sport beans to map
- Returns:
- Resulting DTO list
 
- 
mapDescription copied from interface:SportMapperMaps a sport value into an enumerated sport.- Specified by:
- mapin interface- SportMapper
- Parameters:
- value- Sport value to map
- Returns:
- Resulting sport enum
 
- 
mapDescription copied from interface:SportMapperMaps a sport code into a sport enumerated value.- Specified by:
- mapin interface- SportMapper
- Parameters:
- code- Code to map
- Returns:
- Sport enum
 
 
-