java.lang.Object
es.kukenan.smartfi.microservice.backoffice.service.mapper.AppointmentMapper

@Component public class AppointmentMapper extends Object
Component used to map Appointment.
  • Constructor Details

    • AppointmentMapper

      public AppointmentMapper()
  • Method Details

    • map

      public static es.kukenan.smartfi.microservice.backoffice.dtos.backoffice.appointments.AppointmentDto map(Appointment appointment)
      Map single Appointment object to AppointmentDto.
      Parameters:
      appointment - appointment object.
      Returns:
      appointment Dto.