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 class
CartItemMappingProperties.FieldMapping
-
Constructor Summary
Constructors Constructor Description CartItemMappingProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
List<CartItemMappingProperties.FieldMapping>
getProductMappings()
Configuration for the fields which should be included in mapping aProduct
into aCartItem
.List<CartItemMappingProperties.FieldMapping>
getVariantMappings()
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
.String
toString()
-
-
-
Method Detail
-
getProductMappings
public List<CartItemMappingProperties.FieldMapping> getProductMappings()
Configuration for the fields which should be included in mapping aProduct
into aCartItem
.
-
getVariantMappings
public List<CartItemMappingProperties.FieldMapping> getVariantMappings()
Configuration for the fields which should be included in mapping aVariant
into aCartItem
.
-
setProductMappings
public void setProductMappings(List<CartItemMappingProperties.FieldMapping> productMappings)
Configuration for the fields which should be included in mapping aProduct
into aCartItem
.
-
setVariantMappings
public void setVariantMappings(List<CartItemMappingProperties.FieldMapping> variantMappings)
Configuration for the fields which should be included in mapping aVariant
into aCartItem
.
-
canEqual
protected boolean canEqual(Object other)
-
-