Class ProductRestMapperImpl
java.lang.Object
com.dmasone.identity.catalog.interfaces.rest.ProductRestMapperImpl
- All Implemented Interfaces:
ProductRestMapper
@Generated("org.mapstruct.ap.MappingProcessor")
@Component
public class ProductRestMapperImpl
extends Object
implements ProductRestMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoResponse(ProductView productView) toResponses(List<ProductView> productViews)
-
Constructor Details
-
ProductRestMapperImpl
public ProductRestMapperImpl()
-
-
Method Details
-
toResponse
- Specified by:
toResponsein interfaceProductRestMapper
-
toResponses
- Specified by:
toResponsesin interfaceProductRestMapper
-