Package io.fluxzero.sdk.tracking.handling.validation.constraints
package io.fluxzero.sdk.tracking.handling.validation.constraints
-
Annotation InterfacesClassDescriptionValidates that a character sequence is a credit card number according to the Luhn checksum.Container annotation for repeatable
CreditCardNumberconstraints.Validates that a character sequence length is betweenLength.min()andLength.max(), inclusive.Container annotation for repeatableLengthconstraints.Validates that a numeric value is betweenRange.min()andRange.max(), inclusive.Container annotation for repeatableRangeconstraints.Validates that an array or iterable value does not contain duplicate elements.Container annotation for repeatableUniqueElementsconstraints.Validates that a character sequence can be parsed as a URL and optionally matches URL components.Container annotation for repeatableURLconstraints.Validates that a character sequence is a canonical UUID string.Container annotation for repeatableUUIDconstraints.