Class AthleteMapper
java.lang.Object
com.endurancetrio.business.competitor.mapper.AthleteMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmapToAthleteDTO(Athlete entity) Maps anAthleteentity to anAthleteDTO.
-
Constructor Details
-
AthleteMapper
public AthleteMapper()
-
-
Method Details
-
mapToAthleteDTO
Maps anAthleteentity to anAthleteDTO.- Parameters:
entity- the Athlete entity to be mapped- Returns:
- the corresponding AthleteDTO, or
nullif the entity isnull
-