public interface ParameterNameProvider
違反したメソッド制約の制約違反オブジェクトを作成するときに Jakarta Bean Validation ランタイムによって使用されます。
実装はスレッドセーフでなければなりません。
修飾子と型 | メソッドと説明 |
---|---|
ListSE<StringSE> | getParameterNames(ConstructorSE<?> constructor) 指定されたコンストラクターのパラメーターの名前を返します。 |
ListSE<StringSE> | getParameterNames(MethodSE method) 指定されたメソッドのパラメーターの名前を返します。 |
ListSE<StringSE> getParameterNames(ConstructorSE<?> constructor)
constructor
- パラメーター名を取得するコンストラクター。null
null
は決してありません Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.