Class CartItemMappingProperties
java.lang.Object
com.broadleafcommerce.cartoperation.service.environment.CartItemMappingProperties
@ConfigurationProperties("broadleaf.cartoperation.mapping.cartitem")
public class CartItemMappingProperties
extends Object
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Configuration for the fields which should be included in mapping aProduct
into aCartItem
.Configuration for the fields which should be included in mapping aVariant
into aCartItem
.int
hashCode()
void
setProductMappings
(List<CartItemMappingProperties.FieldMapping> productMappings) Configuration for the fields which should be included in mapping aProduct
into aCartItem
.void
setVariantMappings
(List<CartItemMappingProperties.FieldMapping> variantMappings) Configuration for the fields which should be included in mapping aVariant
into aCartItem
.toString()
-
Constructor Details
-
CartItemMappingProperties
public CartItemMappingProperties()
-
-
Method Details
-
getProductMappings
Configuration for the fields which should be included in mapping aProduct
into aCartItem
. -
getVariantMappings
Configuration for the fields which should be included in mapping aVariant
into aCartItem
. -
setProductMappings
Configuration for the fields which should be included in mapping aProduct
into aCartItem
. -
setVariantMappings
Configuration for the fields which should be included in mapping aVariant
into aCartItem
. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-