Package | Description |
---|---|
javax.validation |
Top level package of the Bean Validation API.
|
javax.validation.spi |
Package containing objects specific to the interaction between the
Bean Validation bootstrapping process and Bean Validation providers.
|
Modifier and Type | Method and Description |
---|---|
static ValidatorFactory |
Validation.buildDefaultValidatorFactory()
Builds and returns 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 © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.