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