| Package | Description |
|---|---|
| javax.validation.spi |
Package containing objects specific to the interaction between the
Bean Validation bootstrapping process and Bean Validation providers.
|
| org.hibernate.validator |
Bootstrap classes HibernateValidator and HibernateValidatorConfiguration which uniquely identify Hibernate Validator
and allow to configure it.
|
| org.hibernate.validator.internal.engine |
Implementations for the core interfaces of JSR-380.
|
| Modifier and Type | Method and Description |
|---|---|
Configuration<?> |
ValidationProvider.createGenericConfiguration(BootstrapState state)
Returns a
Configuration instance. |
T |
ValidationProvider.createSpecializedConfiguration(BootstrapState state)
|
| Modifier and Type | Method and Description |
|---|---|
Configuration<?> |
HibernateValidator.createGenericConfiguration(BootstrapState state) |
HibernateValidatorConfiguration |
HibernateValidator.createSpecializedConfiguration(BootstrapState state) |
| Constructor and Description |
|---|
ConfigurationImpl(BootstrapState state) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.