| Package | Description |
|---|---|
| javax.validation |
Top level package of the Bean Validation API.
|
| org.hibernate.validator.internal.engine |
Implementations for the core interfaces of JSR-380.
|
| org.hibernate.validator.internal.xml.config |
| Modifier and Type | Method and Description |
|---|---|
BootstrapConfiguration |
Configuration.getBootstrapConfiguration()
Returns configuration information stored in the
META-INF/validation.xml file. |
| Modifier and Type | Method and Description |
|---|---|
BootstrapConfiguration |
ConfigurationImpl.getBootstrapConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
BootstrapConfiguration |
ValidationXmlParser.parseValidationXml()
Tries to check whether a validation.xml file exists and parses it.
|
| Constructor and Description |
|---|
ValidationBootstrapParameters(BootstrapConfiguration bootstrapConfiguration,
ClassLoader externalClassLoader) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.