Class CartAnonymizationProperties


  • @ConfigurationProperties(prefix="broadleaf.cart.anonymization")
    public class CartAnonymizationProperties
    extends Object
    Controls anonymization behavior for the cart service
    • Constructor Detail

      • CartAnonymizationProperties

        public CartAnonymizationProperties()
    • Method Detail

      • isEnabled

        public boolean isEnabled()
        Whether or not anonymization is enabled at all
      • isCartEnabled

        public boolean isCartEnabled()
        Whether or not anonymization specific to the Cart domain is supported
      • setEnabled

        public void setEnabled​(boolean enabled)
        Whether or not anonymization is enabled at all
      • setCartEnabled

        public void setCartEnabled​(boolean cartEnabled)
        Whether or not anonymization specific to the Cart domain is supported
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object