Uses of Annotation Interface
io.helidon.validation.Validation.Constraint
Packages that use Validation.Constraint
-
Uses of Validation.Constraint in io.helidon.validation
Classes in io.helidon.validation with annotations of type Validation.ConstraintModifier and TypeClassDescriptionstatic @interfaceThe value must be false.static @interfaceThe value must be true.static @interfaceThe annotated element must be in the future.static @interfaceThe annotated element must be in the future or present.static @interfaceThe annotated element must be in the past.static @interfaceThe annotated element must be in the past or present.static @interfaceSupported forCollection,Map, and arrays.static @interfaceThe value must be the specifiedValidation.Integer.Max.value()or lower.static @interfaceThe value must be the specifiedValidation.Integer.Min.value()or higher.static @interfaceThe value must be the specifiedValidation.Long.Max.value()or lower.static @interfaceThe value must be the specifiedValidation.Long.Min.value()or higher.static @interfaceValue must not benull.static @interfaceValue must benull.static @interfaceThe value must have the at most he defined number ofValidation.Number.Digits.integer()andValidation.Number.Digits.fraction()digits.static @interfaceThe value must be the specifiedValidation.Number.Max.value()or lower.static @interfaceThe value must be the specifiedValidation.Number.Min.value()or higher.static @interfaceThe value must be negative.static @interfaceThe value must be negative or zero.static @interfaceThe value must be positive.static @interfaceThe value must be positive or zero.static @interfaceValidate that the annotated char sequence is a valid e-mail address.static @interfaceThe value's length must be betweenValidation.String.Length.min()andValidation.String.Length.value()characters (inclusive).static @interfaceThe value must not be blank.static @interfaceThe value must not be empty.static @interfaceThe value must match the given regular expression.