| パッケージ | 説明 |
|---|---|
| javax.validation |
Bean Validation APIのトップレベルのパッケージです。
|
| javax.validation.spi |
Package containing objects specific to the interaction between the
Bean Validation bootstrapping process and Bean Validation providers.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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. |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ValidatorFactory |
ValidationProvider.buildValidatorFactory(ConfigurationState configurationState)
Build a
ValidatorFactory using the current provider implementation. |
Copyright © 2007-2018 Red Hat Inc. All Rights Reserved. Released under the Apache Software License 2.0. Translated by @megascus.