Uses of Class
jakarta.validation.ReportAsSingleViolation
-
Packages that use ReportAsSingleViolation Package Description org.hibernate.validator.constraints Hibernate Validator specific constraints.org.hibernate.validator.constraints.br Hibernate Validator Brazilian constraints.org.hibernate.validator.constraints.pl Hibernate Validator Polish constraints.org.hibernate.validator.constraints.ru Hibernate Validator Russian constraints.org.hibernate.validator.constraints.time Hibernate ValidatorDurationconstraints. -
-
Uses of ReportAsSingleViolation in org.hibernate.validator.constraints
Classes in org.hibernate.validator.constraints with annotations of type ReportAsSingleViolation Modifier and Type Class Description interfaceCreditCardNumberThe annotated element has to represent a valid credit card number.interfaceCurrencyTheMonetaryAmounthas to be in the rightCurrencyUnit.interfaceEANChecks that the annotated character sequence is a valid EAN 13 number.interfaceEmailDeprecated.use the standardEmailconstraint insteadinterfaceNotBlankDeprecated.use the standardNotBlankconstraint insteadinterfaceNotEmptyDeprecated.use the standardNotEmptyconstraint insteadinterfaceRangeThe annotated element has to be in the appropriate range.interfaceURLValidates 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 ReportAsSingleViolation Modifier and Type Class Description interfaceCNPJValidates a CNPJ (Cadastro de Pessoa Jurídica - Brazilian corporate tax payer registry number).interfaceCPFValidates a CPF (Cadastro de Pessoa Física - Brazilian individual taxpayer registry number).interfaceTituloEleitoralValidates 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 ReportAsSingleViolation Modifier and Type Class Description interfaceNIPValidates that aCharSequenceis a NIP number (9-digit Polish VAT identification number).interfacePESELValidates that aCharSequenceis a PESEL (Polish national identification number).interfaceREGONValidates 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 ReportAsSingleViolation Modifier and Type Class Description interfaceINNChecks 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 ReportAsSingleViolation Modifier and Type Class Description interfaceDurationMaxThe 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().interfaceDurationMinThe 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().
-