Class EventFileMapper

java.lang.Object
com.endurancetrio.business.event.mapper.EventFileMapper

@Component public class EventFileMapper extends Object
  • Constructor Details

    • EventFileMapper

      public EventFileMapper()
  • Method Details

    • map

      public EventFileDTO map(EventFile entity)
      Maps an EventFile entity to an EventFileDTO.
      Parameters:
      entity - the EventFile entity to be mapped
      Returns:
      the corresponding EventFileDTO, or null if the entity is null