Class CustomerConfigurationProperties
java.lang.Object
com.broadleafcommerce.customer.service.autoconfigure.CustomerConfigurationProperties
@ConfigurationProperties("broadleaf.customer.behavior")
public class CustomerConfigurationProperties
extends Object
Configuration properties for general customer feature behavior.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
boolean
Indicates that the customer's username should always be set from their email.void
setEmailAsUsername
(boolean emailAsUsername) Indicates that the customer's username should always be set from their email.toString()
-
Constructor Details
-
CustomerConfigurationProperties
public CustomerConfigurationProperties()
-
-
Method Details
-
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. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-