Class BackofficeResponseMapper
java.lang.Object
es.kukenan.smartfi.microservice.onboarding.service.backoffice.mapper.AbstractBackofficeResponseMapper<es.kukenan.smartfi.microservice.backoffice.dtos.backoffice.appointments.AppointmentDto,es.kukenan.smartfi.microservice.backoffice.dtos.backoffice.appointments.AppointmentDto>
es.kukenan.smartfi.microservice.onboarding.service.backoffice.mapper.BackofficeResponseMapper
@Component
public class BackofficeResponseMapper
extends AbstractBackofficeResponseMapper<es.kukenan.smartfi.microservice.backoffice.dtos.backoffice.appointments.AppointmentDto,es.kukenan.smartfi.microservice.backoffice.dtos.backoffice.appointments.AppointmentDto>
Transfer response mapper.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final es.kukenan.smartfi.logger.WalletLoggerWallet logger. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiones.kukenan.smartfi.microservice.backoffice.dtos.backoffice.appointments.AppointmentDtomapItem(es.kukenan.smartfi.microservice.backoffice.dtos.backoffice.appointments.AppointmentDto resp) Map Core item to a Skyline item.
-
Field Details
-
log
private final es.kukenan.smartfi.logger.WalletLogger logWallet logger.
-
-
Constructor Details
-
BackofficeResponseMapper
public BackofficeResponseMapper()
-
-
Method Details
-
mapItem
public es.kukenan.smartfi.microservice.backoffice.dtos.backoffice.appointments.AppointmentDto mapItem(es.kukenan.smartfi.microservice.backoffice.dtos.backoffice.appointments.AppointmentDto resp) Description copied from class:AbstractBackofficeResponseMapperMap Core item to a Skyline item.- Specified by:
mapItemin classAbstractBackofficeResponseMapper<es.kukenan.smartfi.microservice.backoffice.dtos.backoffice.appointments.AppointmentDto,es.kukenan.smartfi.microservice.backoffice.dtos.backoffice.appointments.AppointmentDto> - Parameters:
resp- Core item- Returns:
- Skyline item
-