Uses of Interface
com.broadleafcommerce.cartoperation.service.mapping.CartItemProductMapper
-
Packages that use CartItemProductMapper Package Description com.broadleafcommerce.cartoperation.service.mapping -
-
Uses of CartItemProductMapper in com.broadleafcommerce.cartoperation.service.mapping
Classes in com.broadleafcommerce.cartoperation.service.mapping that implement CartItemProductMapper Modifier and Type Class Description class
DataDrivenCartItemProductMapper
class
PropertyDrivenCartItemProductMapper
Methods in com.broadleafcommerce.cartoperation.service.mapping that return types with arguments of type CartItemProductMapper Modifier and Type Method Description protected List<CartItemProductMapper>
DefaultCartItemCatalogInformationService. getCartItemProductMappers()
Constructor parameters in com.broadleafcommerce.cartoperation.service.mapping with type arguments of type CartItemProductMapper Constructor Description DefaultCartItemCatalogInformationService(CartItemConfigurationService<Product> cartItemConfigurationService, List<CartItemProductMapper> cartItemProductMappers, CartOperationServiceProperties properties)
DefaultCartItemCatalogInformationService(List<CartItemProductMapper> cartItemProductMappers)
-