public static interface MessageInterpolator.Context
修飾子と型 | メソッドと説明 |
---|---|
ConstraintDescriptor<?> | getConstraintDescriptor() |
ObjectSE | getValidatedValue() |
<T> T | unwrap(ClassSE<T> type) プロバイダー固有の API へのアクセスを許可する、指定された型のインスタンスを返します。 |
ConstraintDescriptor<?> getConstraintDescriptor()
ConstraintDescriptor
ObjectSE getValidatedValue()
<T> T unwrap(ClassSE<T> type)
ValidationException
がスローされます。T
- 返されるオブジェクトの型 type
- 返されるオブジェクトのクラス ValidationException
- プロバイダーが呼び出しをサポートしていない場合 Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.