| 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.
|
| HybrisDecimalMax.List |
Defines several @HybrisDecimalMax annotations on the same element
|
| HybrisDecimalMin |
The annotated element must be a number whose value must be greater or equal to the specified minimum.
|
| HybrisDecimalMin.List |
Defines several @HybrisDecimalMin annotations on the same element
|
| 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).
|