Package io.avaje.validation.constraints
package io.avaje.validation.constraints
-
ClassDescriptionThe annotated element must be false.The annotated element must be true.Marks an annotation as a Constraint class.The annotated element must be a number whose value must be lower or equal to the specified maximum.Defines several
DecimalMaxannotations on the same element.The annotated element must be a number whose value must be higher or equal to the specified minimum.Defines severalDecimalMinannotations on the same element.The annotated element must be a number within accepted range.The string has to be a well-formed email address.Defines severalEmailannotations on the same element.The annotated element must be an instant, date or time in the future.Defines several@Futureconstraints on the same element.The annotated element must be an instant, date or time in the present or in the future.Defines several@FutureOrPresentconstraints on the same element.The annotated element must be a number whose value must be lower or equal to the specified maximum.The annotated element must be a number whose value must be higher or equal to the specified minimum.The annotated element must be a strictly negative number (i.e.Defines severalNegativeconstraints on the same element.The annotated element must be a negative number or 0.Defines severalNegativeOrZeroconstraints on the same element.The annotated element must not benulland must contain at least one non-whitespace character.Defines several@NotEmptyconstraints on the same element.The annotated element must not benulland must contain at least one non-whitespace character.Defines several@NotEmptyconstraints on the same element.The annotated element must not benull.Defines several@NotEmptyconstraints on the same element.The annotated element must benull.Defines several@NotEmptyconstraints on the same element.The annotated element must be an instant, date or time in the past.Defines several@Pastconstraints on the same element.The annotated element must be an instant, date or time in the past or in the present.The annotatedCharSequencemust match the specified regular expression.Defines severalPatternannotations on the same element.The annotated element must be a strictly positive number (i.e.Defines severalPositiveconstraints on the same element.The annotated element must be a positive number or 0.Defines severalPositiveOrZeroconstraints on the same element.Possible Regexp flags.The annotated element size must be between the specified boundaries (included).Marks a type for validation adapter generation