Class CartItemMappingProperties
- java.lang.Object
-
- com.broadleafcommerce.cartoperation.service.environment.CartItemMappingProperties
-
@ConfigurationProperties("broadleaf.cartoperation.mapping.cartitem") public class CartItemMappingProperties extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCartItemMappingProperties.FieldMapping
-
Constructor Summary
Constructors Constructor Description CartItemMappingProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<CartItemMappingProperties.FieldMapping>getProductMappings()Configuration for the fields which should be included in mapping aProductinto aCartItem.List<CartItemMappingProperties.FieldMapping>getVariantMappings()Configuration for the fields which should be included in mapping aVariantinto aCartItem.inthashCode()voidsetProductMappings(List<CartItemMappingProperties.FieldMapping> productMappings)Configuration for the fields which should be included in mapping aProductinto aCartItem.voidsetVariantMappings(List<CartItemMappingProperties.FieldMapping> variantMappings)Configuration for the fields which should be included in mapping aVariantinto aCartItem.StringtoString()
-
-
-
Method Detail
-
getProductMappings
public List<CartItemMappingProperties.FieldMapping> getProductMappings()
Configuration for the fields which should be included in mapping aProductinto aCartItem.
-
getVariantMappings
public List<CartItemMappingProperties.FieldMapping> getVariantMappings()
Configuration for the fields which should be included in mapping aVariantinto aCartItem.
-
setProductMappings
public void setProductMappings(List<CartItemMappingProperties.FieldMapping> productMappings)
Configuration for the fields which should be included in mapping aProductinto aCartItem.
-
setVariantMappings
public void setVariantMappings(List<CartItemMappingProperties.FieldMapping> variantMappings)
Configuration for the fields which should be included in mapping aVariantinto aCartItem.
-
canEqual
protected boolean canEqual(Object other)
-
-