| Class | Description |
|---|---|
| CompositeValidator |
Implementation of
org.springframework.validation.Validator that validates objects using composition of other
validators |
| EmailValidator |
Validates one specific string property specified by
EmailValidator.fieldPath in any object if it is valid email address |
| EnumValueValidator |
Validates if provided string is valid
HybrisEnumValue value; |
| EnumValueValidatorTest | |
| FieldEmptyValidator |
Implementation of
org.springframework.validation.Validator that validates one specific string property
specified by FieldEmptyValidator.fieldPath property in any object if it is null or blank |
| FieldGreaterThanZeroValidator |
Implementation of
org.springframework.validation.Validator that validates one number property specified by
FieldGreaterThanZeroValidator.fieldPath in any object if it is not null and greater than zero |
| FieldIntegerValidator |
Implementation of
org.springframework.validation.Validator that validates one number property specified by
FieldIntegerValidator.fieldPath in any object if it is numeric. |
| FieldIntegerValidatorTest | |
| FieldNotEmptyOrTooLongValidator |
Implementation of
org.springframework.validation.Validator that validates one specific string property
specified by FieldNotEmptyOrTooLongValidator.fieldPath property in any object if it is not null, not blank and shorter than maxLength |
| FieldNotEmptyValidator |
Implementation of
org.springframework.validation.Validator that validates one specific string property
specified by FieldNotEmptyValidator.fieldPath property in any object if it is not null and not blank |
| FieldTooLongValidator |
Implementation of
Validator that validates one specific string property
specified by FieldTooLongValidator.fieldPath property in any object if it is shorter than maxLength |
| FieldTooLongValidatorTest | |
| RegexpValidator |
Validates one specific string property specified by
RegexpValidator.fieldPath in any object
if it is valid against given regular expression |
| SubtypeValidator |
Subtype validator is a single class for validating type or any of its registered subtypes.
|
| SubtypeValidatorTest | |
| SubtypeValidatorTest.Base | |
| SubtypeValidatorTest.OtherType | |
| SubtypeValidatorTest.SubType |
Copyright © 2018 SAP SE. All Rights Reserved.