Package | Description |
---|---|
javax.validation |
Top level package of the Bean Validation API.
|
org.hibernate.validator.internal.engine |
Implementations for the core interfaces of JSR-303.
|
org.hibernate.validator.internal.xml |
Classes for parsing of Bean Validation XML configuration files.
|
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 | Class and Description |
---|---|
class |
BootstrapConfigurationImpl
Wrapper class for the bootstrap parameters defined in validation.xml
|
Modifier and Type | Method and Description |
---|---|
static BootstrapConfiguration |
BootstrapConfigurationImpl.getDefaultBootstrapConfiguration() |
BootstrapConfiguration |
ValidationXmlParser.parseValidationXml()
Tries to check whether a validation.xml file exists and parses it.
|
Constructor and Description |
---|
ValidationBootstrapParameters(BootstrapConfiguration bootstrapConfiguration,
ClassLoader externalClassLoader) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.