Uses of Class
jakarta.validation.constraintvalidation.SupportedValidationTarget
-
Packages that use SupportedValidationTarget Package Description org.hibernate.validator.constraints Hibernate Validator specific constraints.org.hibernate.validator.constraints.br Hibernate Validator Brazilian constraints.org.hibernate.validator.internal.constraintvalidators.hv Implementations of Hibernate Validator specific constraints. -
-
Uses of SupportedValidationTarget in org.hibernate.validator.constraints
Classes in org.hibernate.validator.constraints with annotations of type SupportedValidationTarget Modifier and Type Class Description interfaceNotEmptyDeprecated.use the standardNotEmptyconstraint insteadinterfaceRangeThe annotated element has to be in the appropriate range. -
Uses of SupportedValidationTarget in org.hibernate.validator.constraints.br
Classes in org.hibernate.validator.constraints.br with annotations of type SupportedValidationTarget Modifier and Type Class Description interfaceTituloEleitoralValidates a TÃtulo Eleitoral (Brazilian Voter ID card number). -
Uses of SupportedValidationTarget in org.hibernate.validator.internal.constraintvalidators.hv
Classes in org.hibernate.validator.internal.constraintvalidators.hv with annotations of type SupportedValidationTarget Modifier and Type Class Description classParameterScriptAssertValidatorValidator for theParameterScriptAssertconstraint annotation.
-