| Package | Description |
|---|---|
| de.hybris.platform.validation.validators |
| Class and Description |
|---|
| Dynamic
The annotated element must evaluate provided
expression so it can be interpreted as boolean result. |
| HybrisDecimalMax
The annotated element must be a number whose value must be lower or equal to the specified maximum.
|
| HybrisDecimalMin
The annotated element must be a number whose value must be greater or equal to the specified minimum.
|
| NotBlank
The annotated element must not contain a whitespace or be empty or
null. |
| NotEmpty
The annotated element must not be empty or
null. |
| RegExp
The annotated element must be correct regular expression
|
| XorNotNull
The annotated element defined attributes values meet the XOR operator (one and only one a time is not null).
|
Copyright © 2018 SAP SE. All Rights Reserved.