パッケージ | 説明 |
---|---|
javax.validation |
Bean Validation APIのトップレベルのパッケージです。
|
javax.validation.executable |
実行可能なバリデーションの制御と実行に関連するパッケージです。
|
修飾子とタイプ | メソッドと説明 |
---|---|
Set<ExecutableType> |
BootstrapConfiguration.getDefaultValidatedExecutableTypes()
ValidateOnExecution で明示的にオーバーライドされない限り、考慮する必要がある実行可能な型のセットを返します。 |
修飾子とタイプ | メソッドと説明 |
---|---|
static ExecutableType |
ExecutableType.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static ExecutableType[] |
ExecutableType.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
Copyright © 2007-2018 Red Hat Inc. All Rights Reserved. Released under the Apache Software License 2.0. Translated by @megascus.