Package de.hybris.platform.webservicescommons.validators
package de.hybris.platform.webservicescommons.validators
-
ClassesClassDescriptionAbstract implementation of
Validatorthat validates one specific string property in any object that is specified by theAbstractFieldValidator.fieldPathproperty.Implementation ofValidatorthat validates objects using composition of other validatorsValidates one specific string property in any object if it is valid email address.Validates if provided string is validHybrisEnumValuevalue;Implementation ofAbstractFieldValidatorthat validates one specific string property in any object if it is null or blank.Implementation ofAbstractFieldValidatorthat validates one number property in any object if it is not null and greater than zero.Implementation ofAbstractFieldValidatorthat validates one number property in any object if it is numeric.Implementation ofAbstractFieldValidatorthat validates one specific string property in any object if it is not null, not blank and shorter than maxLength.Implementation ofAbstractFieldValidatorthat validates one specific string property in any object if it is not null and not blank.Implementation ofAbstractFieldValidatorthat validates one specific string property in any object if it is shorter than maxLength.Implementation ofAbstractFieldValidatorthat validates one specific string property for its presence.Validates one specific string property in any object if it is valid against given regular expression.Subtype validator is a single class for validating type or any of its registered subtypes.