Uses of Class
com.glowmart.shop_management.entity.CartItem
Packages that use CartItem
-
Uses of CartItem in com.glowmart.shop_management.converter
Methods in com.glowmart.shop_management.converter that return CartItemModifier and TypeMethodDescriptionstatic CartItemCartItemConverter.convertToCartItem(CartItemDto cartItemDto) Converts aCartItemDtoobject to aCartItementity.Methods in com.glowmart.shop_management.converter with parameters of type CartItemModifier and TypeMethodDescriptionstatic CartItemDtoCartItemConverter.convertToCartItemDto(CartItem cartItem) Converts aCartItementity to aCartItemDto.