Class AppointmentMapper
java.lang.Object
es.kukenan.smartfi.microservice.backoffice.service.mapper.AppointmentMapper
Component used to map
Appointment.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic es.kukenan.smartfi.microservice.backoffice.dtos.backoffice.appointments.AppointmentDtomap(Appointment appointment) Map singleAppointmentobject toAppointmentDto.
-
Constructor Details
-
AppointmentMapper
public AppointmentMapper()
-
-
Method Details
-
map
public static es.kukenan.smartfi.microservice.backoffice.dtos.backoffice.appointments.AppointmentDto map(Appointment appointment) Map singleAppointmentobject toAppointmentDto.- Parameters:
appointment- appointment object.- Returns:
- appointment Dto.
-