| Package | Description |
|---|---|
| javax.validation | |
| javax.validation.spi |
| Modifier and Type | Method and Description |
|---|---|
static ValidatorFactory |
Validation.buildDefaultValidatorFactory()
Build and return a
ValidatorFactory instance based on the
default Bean Validation provider and following the XML configuration. |
ValidatorFactory |
Configuration.buildValidatorFactory()
Build a
ValidatorFactory implementation. |
| Modifier and Type | Method and Description |
|---|---|
ValidatorFactory |
ValidationProvider.buildValidatorFactory(ConfigurationState configurationState)
Build a
ValidatorFactory using the current provider implementation. |
Copyright © 2013. All Rights Reserved.