| Interface | Description |
|---|---|
| DynamicValidationStrategy |
Abstraction for all tastes of dynamic script language dependent validators.
|
| Class | Description |
|---|---|
| AbstractHybrisNumberValidatorTest<T extends java.lang.Number,A extends java.lang.annotation.Annotation> |
Abstract for common test for checking a validator for a big numbers and those near to 0
|
| BeanShellValidationStrategy |
Bean shell validation mechanism evals provided expression and checks if the result might somehow interpreted as
boolean value.
|
| DynamicValidator |
Dynamic validator for validating logic according to provided script
Dynamic.expression() is specific language
Dynamic.language(). |
| HybrisDecimalMaxValidator |
A platform's counterpart constraint for
DecimalMax which since 4.2.0.Final version is not supporting
correctly a floating point values; |
| HybrisDecimalMaxValidatorForBigDecimalTest | |
| HybrisDecimalMaxValidatorForDoubleTest |
Note precision for upper limits is highly decreased due to problems with rounding for
Double comparison |
| HybrisDecimalMaxValidatorForLongTest | |
| HybrisDecimalMinValidator |
A platform's counterpart constraint for
DecimalMin which since 4.2.0.Final version is not supporting
correctly a floating point values; |
| HybrisDecimalMinValidatorForBigDecimalTest | |
| HybrisDecimalMinValidatorForDoubleTest | |
| HybrisDecimalMinValidatorForLongTest | |
| NotBlankValidator |
This NotBlank validator checks if a String is whitespace, empty ("") or null.
|
| NotEmptyValidator |
This NotEmpty validator checks if a String is empty ("") or null.
|
| RegExpValidator |
Validates if value is correct regular expression
|
| RegExpValidatorTest | |
| XorNotNullValidator |
Validates if passed object's fields like
firstFieldName, secondFieldName returns null
alternatively. |
Copyright © 2018 SAP SE. All Rights Reserved.