Package | Description |
---|---|
org.hibernate.validator.constraints |
Hibernate Validator specific constraints.
|
org.hibernate.validator.constraints.br |
Hibernate Validator Brazilian constraints.
|
Modifier and Type | Class and Description |
---|---|
interface |
CreditCardNumber
The annotated element has to represent a valid
credit card number.
|
interface |
EAN
Checks that the annotated character sequence is a valid
EAN 13 number.
|
interface |
Email
The string has to be a well-formed email address.
|
interface |
NotBlank
Validate that the annotated string is not
null or empty. |
interface |
NotEmpty
Asserts that the annotated string, collection, map or array is not
null or empty. |
interface |
Range
The annotated element has to be in the appropriate range.
|
interface |
URL
Validates the annotated string is an URL.
|
Modifier and Type | Class and Description |
---|---|
interface |
CNPJ
Validates a CNPJ (Cadastro de Pessoa Jurídica - Brazilian corporate tax payer registry number).
|
interface |
CPF
Validates a CPF (Cadastro de Pessoa Física - Brazilian individual taxpayer registry number).
|
interface |
TituloEleitoral
Validates a Título Eleitoral (Brazilian Voter ID card number).
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.