Class FirmMapper
java.lang.Object
es.kukenan.smartfi.microservice.firm.service.mapper.FirmMapper
Core firm mapper.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic es.kukenan.smartfi.microservice.firm.api.firmcontrol.response.FirmControlDtomap(FirmControl signature) Map the givenFirmControlto aFirmControlDto.
-
Constructor Details
-
FirmMapper
public FirmMapper()
-
-
Method Details
-
map
public static es.kukenan.smartfi.microservice.firm.api.firmcontrol.response.FirmControlDto map(FirmControl signature) Map the givenFirmControlto aFirmControlDto.- Parameters:
signature-FirmControl.- Returns:
FirmControlDto.
-