Uses of Package
de.hybris.platform.validation.annotations
-
Packages that use de.hybris.platform.validation.annotations Package Description de.hybris.platform.validation.annotations de.hybris.platform.validation.validators -
Classes in de.hybris.platform.validation.annotations used by de.hybris.platform.validation.annotations Class Description 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. -
Classes in de.hybris.platform.validation.annotations used by de.hybris.platform.validation.validators Class Description Dynamic The annotated element must evaluate providedexpressionso 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 ornull.NotEmpty The annotated element must not be empty ornull.RegExp The annotated element must be correct regular expressionXorNotNull The annotated element defined attributes values meet the XOR operator (one and only one a time is not null).