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 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: AbstractCoreResponseMapper
      Map Core item to a Skyline item.
      Specified by:
      mapItem in class AbstractCoreResponseMapper<es.kukenan.smartfi.microservice.transfer.api.transfer.TransferSimulationResponseDto,es.kukenan.smartfi.microservice.backoffice.dtos.core.transfers.TransferSimulate>
      Parameters:
      coreItem - Core item
      Returns:
      Skyline item