Uses of Class
de.hybris.platform.acceleratorstorefrontcommons.forms.validation.AddressValidator.AddressField
-
Packages that use AddressValidator.AddressField Package Description de.hybris.platform.acceleratorstorefrontcommons.forms.validation -
-
Uses of AddressValidator.AddressField in de.hybris.platform.acceleratorstorefrontcommons.forms.validation
Methods in de.hybris.platform.acceleratorstorefrontcommons.forms.validation that return AddressValidator.AddressField Modifier and Type Method Description static AddressValidator.AddressFieldAddressValidator.AddressField. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AddressValidator.AddressField[]AddressValidator.AddressField. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.acceleratorstorefrontcommons.forms.validation with parameters of type AddressValidator.AddressField Modifier and Type Method Description protected static voidAddressValidator. validateFieldNotNull(java.lang.String addressField, AddressValidator.AddressField fieldType, org.springframework.validation.Errors errors)protected static voidAddressValidator. validateStringField(java.lang.String addressField, AddressValidator.AddressField fieldType, int maxFieldLength, org.springframework.validation.Errors errors)protected static voidAddressValidator. validateStringFieldLength(java.lang.String field, AddressValidator.AddressField fieldType, int maxFieldLength, org.springframework.validation.Errors errors)
-