Package javax. validation. constraints
See: Description
-
Enum Summary Enum Description Pattern.Flag Possible Regexp flags. -
Annotation Types Summary Annotation Type Description AssertFalse The annotated element must be false.AssertFalse.List Defines severalAssertFalse
annotations on the same element.AssertTrue The annotated element must be true.AssertTrue.List Defines severalAssertTrue
annotations on the same element.DecimalMax The annotated element must be a number whose value must be lower or equal to the specified maximum.DecimalMax.List Defines severalDecimalMax
annotations on the same element.DecimalMin The annotated element must be a number whose value must be higher or equal to the specified minimum.DecimalMin.List Defines severalDecimalMin
annotations on the same element.Digits The annotated element must be a number within accepted range Supported types are:BigDecimal
BigInteger
CharSequence
byte
,short
,int
,long
, and their respective wrapper typesnull
elements are considered valid.Digits.List Defines severalDigits
annotations on the same element.Future The annotated element must be a date in the future.Future.List Defines severalFuture
annotations on the same element.Max The annotated element must be a number whose value must be lower or equal to the specified maximum.Max.List Defines severalMax
annotations on the same element.Min The annotated element must be a number whose value must be higher or equal to the specified minimum.Min.List Defines severalMin
annotations on the same element.NotNull The annotated element must not benull
.NotNull.List Defines severalNotNull
annotations on the same element.Null The annotated element must benull
.Null.List Defines severalNull
annotations on the same element.Past The annotated element must be a date in the past.Past.List Defines severalPast
annotations on the same element.Pattern The annotatedCharSequence
must match the specified regular expression.Pattern.List Defines severalPattern
annotations on the same element.Size The annotated element size must be between the specified boundaries (included).Size.List Defines severalSize
annotations on the same element.
Package javax.validation.constraints Description
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 11/06/2005 gemaakt, de laatste keer de 18/08/2025 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-javaee-rf-javax/validation/constraints/package-summary.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur van deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.