Uses of Class
es.kukenan.smartfi.microservice.transfer.service.backoffice.product.mapper.ProductMapper
Packages that use ProductMapper
Package
Description
In is the root package for endpoint classes.
Package to hold Minstair entities to ProductDto mappers.
-
Uses of ProductMapper in es.kukenan.smartfi.microservice.transfer.service.backoffice.apis.endpoints
Fields in es.kukenan.smartfi.microservice.transfer.service.backoffice.apis.endpoints declared as ProductMapperModifier and TypeFieldDescriptionprotected final ProductMapperGenericProductsInternalEndpoint.productMapperOrigin product mapper to use for the origins product retrieved through this client.Constructors in es.kukenan.smartfi.microservice.transfer.service.backoffice.apis.endpoints with parameters of type ProductMapperModifierConstructorDescriptionGenericProductsInternalEndpoint(String endpointBasePath, ProductMapper productMapper) Base constructor. -
Uses of ProductMapper in es.kukenan.smartfi.microservice.transfer.service.backoffice.product.mapper
Subclasses of ProductMapper in es.kukenan.smartfi.microservice.transfer.service.backoffice.product.mapperModifier and TypeClassDescriptionclassThis class is used to map to and from aProductDestinationDto.classThis class is used to map to and from aProductOriginDto.