| Package | Description |
|---|---|
| org.hibernate.validator |
Bootstrap classes HibernateValidator and
HibernateValidatorConfiguration which uniquely identify Hibernate
Validator and allow to configure it.
|
| org.hibernate.validator.cfg |
Entry point for the programmatic constraint definition API.
|
| org.hibernate.validator.cfg.context.impl |
Creational context implementations of the API for programmatic
constraint definition.
|
| org.hibernate.validator.engine |
Implementations for the core interfaces of JSR-303.
|
| Modifier and Type | Method and Description |
|---|---|
HibernateValidatorConfiguration |
HibernateValidatorConfiguration.addMapping(ConstraintMapping mapping)
Adds the specified
ConstraintMapping instance to the configuration. |
| Constructor and Description |
|---|
ConstraintMapping(ConstraintMapping original) |
| Modifier and Type | Method and Description |
|---|---|
static ConstraintMappingContext |
ConstraintMappingContext.getFromMapping(ConstraintMapping mapping)
Returns the constraint mapping context from the given constraint mapping.
|
| Modifier and Type | Method and Description |
|---|---|
ConstraintMapping |
ConfigurationImpl.getMapping() |
| Modifier and Type | Method and Description |
|---|---|
HibernateValidatorConfiguration |
ConfigurationImpl.addMapping(ConstraintMapping mapping) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.