Package | Description |
---|---|
org.hibernate.validator.constraints |
Hibernate Validator specific constraints.
|
org.hibernate.validator.constraints.br |
Hibernate Validator Brazilian constraints.
|
org.hibernate.validator.internal.constraintvalidators.bv |
Implementations of the Bean Validation built-in constraints.
|
Modifier and Type | Class and Description |
---|---|
interface |
Email
Deprecated.
use the standard
Email constraint instead |
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 |
TituloEleitoral
Validates a Título Eleitoral (Brazilian Voter ID card number).
|
Modifier and Type | Method and Description |
---|---|
void |
PatternValidator.initialize(Pattern parameters) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.