Class EventMapper
java.lang.Object
com.endurancetrio.business.event.mapper.EventMapper
-
Constructor Summary
ConstructorsConstructorDescriptionEventMapper(OrganizerMapper organizerMapper, RaceMapper raceMapper, EventFileMapper eventFileMapper) -
Method Summary
Modifier and TypeMethodDescriptionmapToEventDTO(Event entity) mapToEventOverviewDTO(Event entity) Maps anEvententity to anEventOverviewDTO.
-
Constructor Details
-
EventMapper
@Autowired public EventMapper(OrganizerMapper organizerMapper, RaceMapper raceMapper, EventFileMapper eventFileMapper)
-
-
Method Details
-
mapToEventDTO
- Parameters:
entity- the Event entity to be mapped- Returns:
- the corresponding EventDTO, or
nullif the entity isnull
-
mapToEventOverviewDTO
Maps anEvententity to anEventOverviewDTO.- Parameters:
entity- the Event entity to be mapped- Returns:
- the corresponding EventOverviewDTO, or
nullif the entity isnull
-