@Validated @ConfigurationProperties(value="broadleaf.cartoperation.validation") public class CartValidationProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CartValidationProperties.GuestToken
Describes configuration for controlling how guest token validation applies or not.
|
static class |
CartValidationProperties.Version
Describes configuration for controlling validation that should apply to the version for
carts.
|
Constructor and Description |
---|
CartValidationProperties() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
CartValidationProperties.GuestToken |
getGuestToken() |
CartValidationProperties.Version |
getVersion() |
int |
hashCode() |
void |
setGuestToken(CartValidationProperties.GuestToken guestToken) |
void |
setVersion(CartValidationProperties.Version version) |
String |
toString() |
public CartValidationProperties.GuestToken getGuestToken()
public CartValidationProperties.Version getVersion()
public void setGuestToken(CartValidationProperties.GuestToken guestToken)
public void setVersion(CartValidationProperties.Version version)
protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.