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 Summary
Constructors -
Method Summary
Modifier 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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.andresbustamante.yafoot.core.web.mappers.SportMapper
mapSportCode
-
Constructor Details
-
SportMapperImpl
public SportMapperImpl()
-
-
Method Details
-
map
Description copied from interface:SportMapper
DTO mapping.- Specified by:
map
in interfaceSportMapper
- Parameters:
sport
- Sport to map- Returns:
- Resulting DTO
-
map
Description copied from interface:SportMapper
Maps a list of sport beans into a list of DTOs.- Specified by:
map
in interfaceSportMapper
- Parameters:
sports
- Sport beans to map- Returns:
- Resulting DTO list
-
map
Description copied from interface:SportMapper
Maps a sport value into an enumerated sport.- Specified by:
map
in interfaceSportMapper
- Parameters:
value
- Sport value to map- Returns:
- Resulting sport enum
-
map
Description copied from interface:SportMapper
Maps a sport code into a sport enumerated value.- Specified by:
map
in interfaceSportMapper
- Parameters:
code
- Code to map- Returns:
- Sport enum
-