Class CartConverter
java.lang.Object
com.glowmart.shop_management.converter.CartConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CartconvertToCart(CartDto cartDto) static CartDtoconvertToCartDto(Cart cart)
-
Constructor Details
-
CartConverter
public CartConverter()
-
-
Method Details
-
convertToCart
- Parameters:
cartDto- the CartDto object to convert- Returns:
- a new Cart entity with values copied from the provided DTO
-
convertToCartDto
- Parameters:
cart- the Cart entity to convert- Returns:
- a new CartDto object with values copied from the provided entity
-