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 © 2007-2012. All Rights Reserved.