Uses of Annotation Interface
jakarta.validation.ReportAsSingleViolation
Packages that use ReportAsSingleViolation
Package
Description
Hibernate Validator specific constraints.
Hibernate Validator Brazilian constraints.
Hibernate Validator Polish constraints.
Hibernate Validator Russian constraints.
Hibernate Validator
Duration constraints.-
Uses of ReportAsSingleViolation in org.hibernate.validator.constraints
Classes in org.hibernate.validator.constraints with annotations of type ReportAsSingleViolationModifier and TypeClassDescription@interfaceThe annotated element has to represent a valid credit card number.@interfaceTheMonetaryAmounthas to be in the rightCurrencyUnit.@interfaceChecks that the annotated character sequence is a valid EAN 13 number.@interfaceDeprecated.@interfaceDeprecated.use the standardNotBlankconstraint instead@interfaceDeprecated.use the standardNotEmptyconstraint instead@interfaceThe annotated element has to be in the appropriate range.@interfaceValidates the annotated string is an URL. -
Uses of ReportAsSingleViolation in org.hibernate.validator.constraints.br
Classes in org.hibernate.validator.constraints.br with annotations of type ReportAsSingleViolationModifier and TypeClassDescription@interfaceValidates a CNPJ (Cadastro de Pessoa Jurídica - Brazilian corporate tax payer registry number).@interfaceValidates a CPF (Cadastro de Pessoa Física - Brazilian individual taxpayer registry number).@interfaceValidates a Título Eleitoral (Brazilian Voter ID card number). -
Uses of ReportAsSingleViolation in org.hibernate.validator.constraints.pl
Classes in org.hibernate.validator.constraints.pl with annotations of type ReportAsSingleViolationModifier and TypeClassDescription@interfaceValidates that aCharSequenceis a NIP number (9-digit Polish VAT identification number).@interfaceValidates that aCharSequenceis a PESEL (Polish national identification number).@interfaceValidates that aCharSequenceis a REGON number (9/14-digit Polish Taxpayer Identification Number). -
Uses of ReportAsSingleViolation in org.hibernate.validator.constraints.ru
Classes in org.hibernate.validator.constraints.ru with annotations of type ReportAsSingleViolationModifier and TypeClassDescription@interfaceChecks that the annotated character sequence is a valid russian taxpayer identification number (INN in russian transliteration). -
Uses of ReportAsSingleViolation in org.hibernate.validator.constraints.time
Classes in org.hibernate.validator.constraints.time with annotations of type ReportAsSingleViolationModifier and TypeClassDescription@interfaceThe annotatedDurationelement must be shorter than or equal to the one constructed as a sum ofDurationMax.nanos(),DurationMax.millis(),DurationMax.seconds(),DurationMax.minutes(),DurationMax.hours(),DurationMax.days().@interfaceThe annotatedDurationelement must be longer than or equal to the one constructed as a sum ofDurationMin.nanos(),DurationMin.millis(),DurationMin.seconds(),DurationMin.minutes(),DurationMin.hours(),DurationMin.days().
Emailconstraint instead