Interface RegistrationMapper

All Known Implementing Classes:
RegistrationMapperImpl

public interface RegistrationMapper
  • Method Details

    • map

      Registration map(Registration registration)
      Bean to DTO mapping for a registration object.
      Parameters:
      registration - Registration bean to map
      Returns:
      Mapped registration DTO
    • map

      List<Registration> map(List<Registration> registration)
      Bean to DTO mapping for a registration list.
      Parameters:
      registration - Registration beans to map
      Returns:
      Mapped registration list