Class CustomerConfigurationProperties
- java.lang.Object
-
- com.broadleafcommerce.customer.service.autoconfigure.CustomerConfigurationProperties
-
@ConfigurationProperties("broadleaf.customer.behavior") public class CustomerConfigurationProperties extends ObjectConfiguration properties for general customer feature behavior.
-
-
Constructor Summary
Constructors Constructor Description CustomerConfigurationProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)inthashCode()booleanisEmailAsUsername()Indicates that the customer's username should always be set from their email.voidsetEmailAsUsername(boolean emailAsUsername)Indicates that the customer's username should always be set from their email.StringtoString()
-
-
-
Method Detail
-
isEmailAsUsername
public boolean isEmailAsUsername()
Indicates that the customer's username should always be set from their email.
-
setEmailAsUsername
public void setEmailAsUsername(boolean emailAsUsername)
Indicates that the customer's username should always be set from their email.
-
canEqual
protected boolean canEqual(Object other)
-
-