- Direct Known Subclasses:
- BillingInfoFormValidator, CustomerAddressValidator, MultishipAddAddressFormValidator, ShippingInfoFormValidator
public class BroadleafCommonAddressValidator
extends Object
Generic Address Validator not specific to a particular Country.
Some modules may provide custom validation which can be enabled by setting
the SystemProperty "validator.custom.enabled"
If a custom validation is not performed, a generic set of address validation is used.
You may configure this validator to only validate a Full Name rather than a separate first and last name,
by setting the SystemProperty "validator.address.fullNameOnly"
- Author:
- Elbert Bautista (elbertbautista)