Class TransferSimulationResponseMapper
java.lang.Object
es.kukenan.smartfi.microservice.transfer.service.backoffice.core.mapper.AbstractCoreResponseMapper<es.kukenan.smartfi.microservice.transfer.api.transfer.TransferSimulationResponseDto,es.kukenan.smartfi.microservice.backoffice.dtos.core.transfers.TransferSimulate>
es.kukenan.smartfi.microservice.transfer.service.backoffice.core.mapper.TransferSimulationResponseMapper
@Component
public class TransferSimulationResponseMapper
extends AbstractCoreResponseMapper<es.kukenan.smartfi.microservice.transfer.api.transfer.TransferSimulationResponseDto,es.kukenan.smartfi.microservice.backoffice.dtos.core.transfers.TransferSimulate>
Transfer simulation response mapper.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiones.kukenan.smartfi.microservice.transfer.api.transfer.TransferSimulationResponseDtomapItem(es.kukenan.smartfi.microservice.backoffice.dtos.core.transfers.TransferSimulate coreItem) Map Core item to a Skyline item.Methods inherited from class es.kukenan.smartfi.microservice.transfer.service.backoffice.core.mapper.AbstractCoreResponseMapper
extractAmount, extractBeneficiary, extractIdNamePair, extractLocalDate, extractOrderer, extractProductNum, mapItem
-
Constructor Details
-
TransferSimulationResponseMapper
public TransferSimulationResponseMapper()
-
-
Method Details
-
mapItem
public es.kukenan.smartfi.microservice.transfer.api.transfer.TransferSimulationResponseDto mapItem(es.kukenan.smartfi.microservice.backoffice.dtos.core.transfers.TransferSimulate coreItem) Description copied from class:AbstractCoreResponseMapperMap Core item to a Skyline item.- Specified by:
mapItemin classAbstractCoreResponseMapper<es.kukenan.smartfi.microservice.transfer.api.transfer.TransferSimulationResponseDto,es.kukenan.smartfi.microservice.backoffice.dtos.core.transfers.TransferSimulate> - Parameters:
coreItem- Core item- Returns:
- Skyline item
-