パッケージ | 説明 |
---|---|
jakarta.validation | Jakarta Bean Validation API の最上位パッケージ。 |
jakarta.validation.spi | Jakarta Bean Validation ブートストラッププロセスと Jakarta Bean Validation プロバイダー間の相互作用に固有のオブジェクトを含むパッケージ。 |
修飾子と型 | メソッドと説明 |
---|---|
MessageInterpolator | Configuration.getDefaultMessageInterpolator() 仕様で定義されているデフォルトの MessageInterpolator に続く MessageInterpolator インターフェースの実装を返します。ValidationMessages リソースバンドルを使用してキーをロードし、Locale.getDefault() を使用します。 |
MessageInterpolator | ValidatorFactory.getMessageInterpolator() ValidatorFactory の初期化時に設定された MessageInterpolator インスタンスを返します。 |
修飾子と型 | メソッドと説明 |
---|---|
ValidatorContext | ValidatorContext.messageInterpolator(MessageInterpolator messageInterpolator) Validator で使用されるメッセージ補間の実装を定義します。 |
T | Configuration.messageInterpolator(MessageInterpolator interpolator) 使用するメッセージ補間を定義します。 |
修飾子と型 | メソッドと説明 |
---|---|
MessageInterpolator | ConfigurationState.getMessageInterpolator() この構成のメッセージ補間器を返します。 |
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.