| Package | Description |
|---|---|
| org.hibernate.validator |
Bootstrap classes HibernateValidator and
HibernateValidatorConfiguration which uniquely identify Hibernate
Validator and allow to configure it.
|
| org.hibernate.validator.spi.cfg |
| Modifier and Type | Method and Description |
|---|---|
ConstraintMapping |
HibernateValidatorConfiguration.createConstraintMapping()
Creates a new constraint mapping which can be used to programmatically configure the constraints for given types.
|
| Modifier and Type | Method and Description |
|---|---|
HibernateValidatorConfiguration |
HibernateValidatorConfiguration.addMapping(ConstraintMapping mapping)
Adds the specified
ConstraintMapping instance to the configuration. |
| Modifier and Type | Method and Description |
|---|---|
ConstraintMapping |
ConstraintMappingContributor.ConstraintMappingBuilder.addConstraintMapping()
Adds a new constraint mapping.
|
Copyright © 2007-2025 Red Hat, Inc. All Rights Reserved