Class CartValidationProperties.GuestToken
- java.lang.Object
-
- com.broadleafcommerce.cartoperation.web.autoconfigure.CartValidationProperties.GuestToken
-
- Enclosing class:
- CartValidationProperties
public static class CartValidationProperties.GuestToken extends Object
Describes configuration for controlling how guest token validation applies or not.
-
-
Constructor Summary
Constructors Constructor Description GuestToken()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
int
hashCode()
boolean
isEnabled()
void
setEnabled(boolean enabled)
String
toString()
-
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
canEqual
protected boolean canEqual(Object other)
-
-