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